google places API中的'client'参数是什么?

时间:2012-03-28 10:48:10

标签: google-maps google-places-api

有些人使用客户端参数加载google places api,例如:

<script type="text/javascript" src="//maps.google.com/maps/api/js?sensor=false&client=CLIENT_PARAMETER_VALUE&libraries=places&language=en"></script>

这个参数代表什么?它是否与配额限制一起使用?

我查看了文档(https://developers.google.com/maps/documentation/javascript/places),但没有关于客户端参数或配额使用限制的信息。

提前感谢您的反馈!

1 个答案:

答案 0 :(得分:2)

客户参数由拥有Google Maps API for Business许可的用户使用,可带来各种好处:https://developers.google.com/maps/licensing

相关问题