0

我正在使用来自 css-tricks 网站的应用程序 GoogleMapSlider,一切都运行良好,但昨天我收到此错误消息:“Google 已禁用此应用程序的 Maps API。有关更多信息,请参阅服务条款:http:// www.google.com/intl/en-US_US/help/terms_maps.html

然后,我尝试改变这个:

<script type='text/javascript' src='http://maps.google.com/maps/api/js?sensor=true'>

对此:

<script type="text/javascript"  src='http://maps.googleapis.com/maps/api/js?key=AIzaSyBHbK62TIIyLtdO2r7qTjhXND7oh-9M2cA&sensor=true">

但仍然无法正常工作...

4

2 回答 2

0

这可能是您的密钥用于一个网站。

您可以按照此获取另一个 Google 地图 api v3 密钥:

https://developers.google.com/maps/documentation/javascript/tutorial#api_key

干杯!

于 2012-08-13T08:27:15.123 回答
0

最后!我解决了这个问题,我使用的是脚本的本地版本。另外,我sensor="false"也做了。

不需要 API KEY,因为 v3 不再需要申请 API 密钥。

于 2012-08-13T20:02:59.533 回答