Reputation: 1
I have a problem with the google maps of wordpress template. I created the API key and added it to the backend of settings theme but i see in the home page the map with error "For development purpose only". How can I solve? Thanks so much
Upvotes: 0
Views: 1106
Reputation: 2157
A darkened map, or 'negative' Street View image, watermarked with "for development purposes only" is returned when any of the following are true:
The request is missing an API key.
The provided API key is invalid.
Upvotes: 1
Reputation: 1
In the browser console there is this warning message ---> util.js:227 Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys Nw.j @ util.js:227
Upvotes: 0