Re: Geo coding via OSM and Google Maps without APIKey
Posted: Wed Apr 17, 2019 9:53 pm
Thank you for your contribution JHPJHP.
But by "API free version" I meant that I can do "now" geo coding without applying for a free API key and without registering a Google account.
The example from your link does need a Google Maps API key.
But by "API free version" I meant that I can do "now" geo coding without applying for a free API key and without registering a Google account.
The example from your link does need a Google Maps API key.
Code: Select all
InitNetwork()
Debug PeekS(ReceiveHTTPMemory("https://maps.google.com/maps/api/geocode/xml?sensor=false&address=Toronto+ON+CA&key=XXXXXXXXXX"), -1, #PB_UTF8)