Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert address (as text) to gps coordinates?

Let's say I have address as text:

901 Cherry Ave. San Bruno, CA 94066 USA

is there any FREE service, which can help me to identify GPS coordinates (longitude and latitude) of this address? (I'll use that in my application, so it should be some kind of API)

The text can be in any language.

like image 693
LA_ Avatar asked Aug 09 '11 13:08

LA_


1 Answers

The process is called of converting address to geographic coordinates is called geocoding.

Depending on how you'll be using the data, there's an API available from Google, details here. Good luck!

like image 120
nihilogist Avatar answered Sep 21 '22 09:09

nihilogist