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

LA_ picture LA_ · Aug 9, 2011 · Viewed 37.4k times · Source

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.

Answer

nihilogist picture nihilogist · Aug 9, 2011

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!