Unversioned Javascript Google Maps API参考拉(破)实验版

问题描述 投票:1回答:1

只是想知道其他人是否遇到Google Maps API问题。我使用无版本调用加载谷歌地图api:

<script async defer src="https://maps.googleapis.com/maps/api/js?callback=googleMapsLoaded&libraries=drawing,geometry,visualization,places&key=xxxxxxxxxxxxxxxxxxxxxx"></script>

哪个应该引入最新的稳定api版本(3.31)。截至今天,它似乎正在拉动破碎的实验版本(3.32)

还有谁有相同的问题吗?我已经修改了我们的生产应用程序,暂时添加了api调用v = 3.31。其他人的反馈表示赞赏。

google-maps-api-3
1个回答
1
投票

根据the documentation,如果您没有指定版本(除非您使用的是高级(付费)计划),您将获得实验版本:

如果您没有明确指定版本,那么如果您使用的是标准计划(包括未提供密钥的客户),则默认情况下将收到实验版本。如果您使用的是高级计划并且未指定版本,则默认情况下您将收到发布版本。

© www.soinside.com 2019 - 2024. All rights reserved.