Hacker News new | ask | show | jobs
by plutonium3345 210 days ago
This is super nice. It works smoothly on mobile as well. Are there any tools you recommend for finding the coordinates by street address or business name?
1 comments

Thanks! I usually use the OSM API for that: https://nominatim.org/release-docs/develop/api/Search/. But if you need more accurate data, you may wanna use the Google Maps API.
Thank you! I will give it a try with Nominatim and see what I can cook with it.