Google文档要求提供浏览器密钥https://developers.google.com/maps/documentation/javascript/tutorial
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap"
async defer></script>
答案 0 :(得分:3)
截至上周(2016年6月23日iirc),谷歌地图API的无密钥使用已被弃用。这意味着如果您希望使用其中一个API,您需要一个密钥。