DEV Community

Discussion on: Longitude latitude generator

Collapse
 
rhymes profile image
rhymes

Google Maps API doesn't have a batch mode, you can probably write a script to send N - 1 calls where N is the rate limit they impose, but they'll all be individual HTTP calls, one for each coordinate.

Mapbox API has support batch geocoding.

TomTom API has support for batch geocoding.

Here API has support for batch geocoding

MapQuest API has support for batch geocoding.

I would start from the first and move down the list :)