DEV Community

Grant Smith
Grant Smith

Posted on

Longitude latitude generator

Dev friends. Anyone aware of a reliable batch longitude latitude generator from addresses?

Oldest comments (2)

Collapse
 
late_riser profile image
late_riser

This link might help

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 :)