I have been looking for a way to allow users to manually override geolocation on a website (Incase its incorrect).
Thank you anyone who takes time out to respond to my post have googled allot but with no progress.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add a textbox for the user to enter their location. Then submit that to a geocoding API service such as Google Maps, geocoding.us, Yahoo Maps, etc. returns and use that result in your application.
If you use the Google Maps API, it is very simple to geocode an address.
addressis a textfield that the user inputs a street address.latlngis a text field that holds the outputted lat/long.See https://google-developers.appspot.com/maps/documentation/javascript/examples/geocoding-simple