Script does not display map

0

I'm using this script :

  

link

The error in the console is this:

  

"Google Maps API error: MissingKeyMapError developers.google/maps/documentation/javascript/error-messages#missing-key-map-error" js: 34: 391

     

"Google Maps API warning: NoApiKeys developers.google/maps/documentation/javascript/error-messages#no-api-keys"

Error Image:

    
asked by anonymous 29.08.2016 / 20:52

2 answers

1

You need a Google Maps API Key, which you can get from this link: link

Probably somewhere in your script should have a field for "INSERT_MAPS_API_KEY" something of the sort, take a look.

    
29.08.2016 / 21:26
1

After get a key to Google Maps Geolocation API

Make sure all Google Maps APIs are enabled in the Google APIs Console

Ialsorecommendreadingthis English release in which the following information is described:

  

"Chrome no longer supports locating the user using the   HTML5 API Geolocation from pages delivered over non-connections   secure. This means that the page that is calling the API   of Geolocation should be served from a secure context,   such as HTTPS. "

    
29.08.2016 / 21:31