gmaps
gmaps copied to clipboard
Use New Google Map API Access
-
OLD way (won't work after Jul 16th 2018.):
<script type="text/javascript" src="//maps.google.com/maps/api/js?sensor=true"></script>
-
NEW:
<script type="text/javascript" src="//maps.google.com/maps/api/js?key=(PASTE-YOUR-GOOGLE-MAP-APY-KEY-HERE)"></script>
-
Get your new Google Map API key at: https://console.cloud.google.com/apis/library/maps-backend.googleapis.com
You can check whether your gmaps.js uses New API Access with this Google official Chrome extension. "Google Maps Platform API Checker" https://chrome.google.com/webstore/detail/google-maps-platform-api/mlikepnkghhlnkgeejmlkfeheihlehne?hl=ja
thank you very much for your guide line
Thanks @ozero, very helpful. May I notice that the sensor parameter is no longer required as noted Maps api overivew > troubleshooting. No indication since when that is.
@Dimino Thanks, Updated!
What page do we find this code to update? I edited line 1883 on gmaps.js but it didn't fix the issue.
I don't think that you need to edit gmaps.js . Just add your API key to the
Thank you! 👍