user1775297
user1775297

Reputation: 87

Where can i find an API that locates stores by zip code and name?

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

Answers (1)

brainless coder
brainless coder

Reputation: 6430

Use Google GeoCoding API mentioned here -

The Google Geocoding API

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 -

Getting Started

Upvotes: 1

Related Questions