Longitude latitude generator
Grant Smith

Grant Smith @granttransition

About: Designer by trade, improving coder 🤪

Location:
Gloucester, UK
Joined:
Oct 2, 2019

Longitude latitude generator

Publish Date: Apr 3 '20
1 2

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

Comments 2 total

  • late_riser
    late_riserApr 3, 2020

    This link might help

  • rhymes
    rhymesApr 7, 2020

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

Add comment