Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Geocoding without Google API?

I cant find a way to convert an adress to a long/lat coordinate without using google geocoding API. Im working with Open Layers and Open Street Map and have to avoid google api because of the 2.500 views/day limitation.

like image 377
最白目 Avatar asked Dec 07 '11 11:12

最白目


People also ask

Is there any free geocoding API?

QGIS Geocoding Plugins (Free) While most geocoding services come with a hefty price tag or credit fee, QGIS offers several geocoding plugins for free.

Will Google provide Google map service and geocoding service without a key?

You must include an API key with every Geocoding API request.

How do I geocode for free?

Google Maps This free platform will allow you to geocode virtually any type of location. Plotting one location is simple. Just go to Google Maps and type your query into the search bar. Whether it's an address, zip code, or any other type of location, Google will instantly plot it for you.

Is reverse geocoding API free?

Yes, the Geoapify Reverse Geocoding Tool is Free! You can upload and process multiple locations. No coding and registration required. You can also use Geoapify Reverse Geocoding API and process up to 3000 addresses per day for FREE.


1 Answers

You should take a look at Nominatim.

like image 141
npinti Avatar answered Sep 22 '22 18:09

npinti