stefanocudini / leaflet-search

Search stuff in a Leaflet map
https://opengeo.tech/maps/leaflet-search/
MIT License
773 stars 335 forks source link

Google geocoding is broken #243

Open sweco-sekrsv opened 4 years ago

sweco-sekrsv commented 4 years ago

It seems like the google geocoding is broken. See you own demo at:

https://labs.easyblog.it/maps/leaflet-search/examples/geocoding-google.html

adrianbj commented 4 years ago

@sweco-sekrsv - the example is broken because no API key is provided, but I can confirm that it works if you add your own API key.

trafficonese commented 5 months ago

I am also having trouble getting google to work.

I am trying to run the geocoding-google.html example with my API-Key, but I am not getting any results, although I see succesfull GET requests returning the adress information.

Is it because labs-common.js is missing? See #191