This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Use New Google Map API Access #580
Labels
Comments
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 don't think that you need to edit gmaps.js . |
Closed
Thank you! 👍 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: