Reputation: 87
I am making an app that requires me to find the latitude or longitude of stores based on the zip code and name of the store the user gives. But i need an API to do this. I read some things on Google that there is a maps API that can help me with this. But i do not know how to locate the API. Google's developers site is quite confusing.
Upvotes: 0
Views: 881
Reputation: 6430
Use Google GeoCoding API
mentioned here -
You can get latitude and longitude from address here -
Geocoding (Latitude/Longitude Lookup)
And here the instructions before you start to get an API key and other details -
Upvotes: 1