Google Places API中的传感器参数有什么好处?

Google Places API请求需要sensor参数? 这个参数如何影响结果?


编辑:传感器参数不再需要,现在如果使用它将被忽略。

该参数不会影响结果。 Google需要为Google的数据提供商收集参数,这些提供商根据请求是否使用传感器收取不同费用。

请参阅Google文档


Google地图文档已更新,截至2014年6月,并且JavaScript或Web Service API调用不再需要&sensor参数。 如果传递任何请求,该参数现在将被忽略。

docs - https://developers.google.com/maps/documentation/javascript/tutorial


只是为了更清楚。 如果您的脚本标签看起来像这样:

<script src='//maps.googleapis.com/maps/api/js?sensor=false'></script>

然后,您应该将其更改为以下来删除此警告:

<script src='//maps.googleapis.com/maps/api/js'></script>

链接地址: http://www.djcxy.com/p/63157.html

上一篇: What is the `sensor` parameter in Google Places API good for?

下一篇: Login in Wordpress and use this logged user in Symfony