Google reverse geocoding api without google maps

I have a geonames database, but I need to get the postal code based on latitutde and longitude, geonames.org has such a service, but the data is not accurate. Google api reverse geocoding offers more accurate data on postal codes. Is it correct that the google geocoding api should be used with google maps, or can I use this google google geocoding without showing the results on the map.

If not, does anyone know of any other solutions besides the geonames postal code service to get the lat based postal code. LNG.

I want to copy and paste these zip codes into my geonames database.

I do not want to display the results on the map.

+4
source share
1 answer

Yes. Pursuant to Google, API feature license restrictions are prohibited.

Hope you have an idea.

+6
source

Source: https://habr.com/ru/post/1494038/


All Articles