Google maps API链接会出错

时间:2017-09-08 17:29:51

标签: javascript

<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>

如果我尝试运行它,我会收到&#34;脚本错误&#34;它位于从另一个程序调用的html文档中。我正在运行Windows 10,我的默认Web浏览器是Firefox 55.0.3(64位)

2 个答案:

答案 0 :(得分:2)

docs开始,您似乎有MissingKeyMapError -

"The script element that loads the API is missing the required authentication parameter. If you are using the standard Maps JavaScript API, you must use a key parameter with a valid API key. If you are a Premium Plan customer, you must use either a client parameter with your client ID or a key parameter with a valid API key."

here

获取API密钥

答案 1 :(得分:0)

多年来,Google允许我们使用没有API密钥的地图,但现在我们可以在没有API密钥的情况下测试本地,但是当我们在项目中使用互联网上的Google Maps API脚本时,我们需要一个API密钥,请,请求API密钥,不要忘记添加允许使用它的域并将其添加到您的脚本中。再次:您可以免费25.000 maps impressions per 24 hours,因此您可能希望允许仅限域名。

Enable or request your API key here

Containing
findByFirstnameContaining
… where x.firstname like ?1 (parameter bound wrapped in %)

Page<User> findByUserNameAndPhoneNumbersPhoneNoContaining(String userName,String phoneNo, Pageable pageable);

我希望这会有所帮助,并将为您带来正确的方向..