shukerullah / react-geocode

A React module to transform a description of a location (i.e. street address, town name, etc.) into geographic coordinates (i.e. latitude and longitude) and vice versa.
MIT License
207 stars 33 forks source link

InvalidKeyMapError #37

Closed paddibr closed 3 years ago

paddibr commented 3 years ago

Hey, since some days i get these error from react-geocode:

Google Maps JavaScript API error: InvalidKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key-map-error

But i didn't change anything. Does someone know the problem?

ziyaddin commented 3 years ago

Official description of the error:

The API key included in the script element that loads the API is not found. Please make sure you are using a correct API key. You can generate a new API key in the Google Cloud Platform Console.

I think your Google Maps API Key is not correct. It is either deleted or not valid anymore.

ziyaddin commented 3 years ago

@paddibr any success?

paddibr commented 3 years ago

yes, I wrote to Google. Problem was the copyrights inside the suggets window. So google is blocking domains if not.

ziyaddin commented 3 years ago

Okay then. As no issues left, I am closing it.