Google Map API v3 example from their site doesn't work without an API key but does with a Key. What am I doing wrong?
问题 Problem: I am trying to use a sample of Google Map API v3 without an API key and it doesn't render. (It does render if I use a key).Anyone know why? I decided to use this example (https://developers.google.com/maps/documentation/javascript/examples/polyline-simple) In order to make it work without a key I replaced this script: <script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&signed_in=true&callback=initMap"></script> with this other script <script type="text