Given the latitude and longitude, how do we convert it to street address using Javascript or Python?
Share
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.
99% of the time, most people link you to Google Maps’s API. Not a bad answer. HOWEVER — Beware of the prohibited uses, usage limits and Terms of Use! While a distributed app many not run afoul of the usage limit, it is quite limiting for a web app. The TOS does not allow you to repurpose Google’s data into an app with your skin on it. You would hate to have your business plan derailed by a cease and desist letter from Google, no?
All is not lost. There are several open sources of data, including US Government sources. Here are a few of the best:
The US Census Tiger Database, in particular, supports reverse geocoding and is free and open for US addresses. Most other databases derive from it in the US.
Geonames and OpenStreetMap are user supported in the Wikipedia model.