Page 2 of 2

Re: Geo coding via OSM and Google Maps without APIKey

Posted: Wed Apr 17, 2019 9:53 pm
by Kurzer
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.

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)

Re: Geo coding via OSM and Google Maps without APIKey

Posted: Wed Apr 17, 2019 9:59 pm
by JHPJHP
Hi kurzer,

Thank you for clarifying. Either way, the code you posted will be useful for those interested in accessing geolocation data.

Cheers!

Re: Geo coding via OSM and Google Maps without APIKey

Posted: Tue Jan 14, 2020 2:40 am
by PureLust
Hi there, ... I have a little off-topic question about Google Maps and how to add locations on a private map.

I have a little community-Service, where user can contact me to get their address registered in a private Google Map (as an overview-map for all users).
So far I insert their Location and Details by hand, which is somewhat time consuming.

I'm looking for a way to automate this. Either by using the maps-API or by any other way.

Do you have any Idea or advise how this could be done best?

Thank you in advance,
PL