Hacker News new | ask | show | jobs
What do you use for forward geocoding?
1 points by talmr 2018 days ago
I am currently using https://docs.mapbox.com/api/search/geocoding/ for forward geocoding. I'm wondering what others use for geocoding, and their experience (how it performs, reliability, cost)

Thanks!

1 comments

Run your own: https://github.com/osm-search/Nominatim

You can find many other open source projects that utilize OSM (and support autocomplete and other features).