简体   繁体   English

Google Play服务位置API使用限制

[英]Google Play Services location API usage limits

If you're using the newer Android Location API features like Geofences or ActivityUpdates via Google Play Services, are you subject to any usage limits? 如果您通过Google Play服务使用更新的Android Location API功能(如Geofences或ActivityUpdates),是否受到使用限制?

I know there's limits like, eg registering 100 Geofences at a time, but beyond that any usage limits I can find, in terms of requests allowed per day, etc, seem to refer to the Google Maps API, as opposed to the Location API. 我知道有一些限制,例如一次注册100个地理围栏,但超出了我可以找到的任何使用限制,就每天允许的请求等而言,似乎是指Google Maps API,而不是Location API。

There is no limit on usage of Location API . Location API使用没有限制。 Limit is applied on registering Geofences only. 限制仅适用于注册Geofences

Check this link for Usage Limits For GeoFence 检查链接以了解GeoFence的使用限制

Request Rate One request every five seconds, shared across Collections / Geofences / Entities. 请求速率 One request every five seconds, shared across Collections / Geofences / Entities.

Global Limit Maximum per account: 1000 Geofences 3 Collections per Geofence 3 Entities per Geofence 10 loops per polygon 100 vertices per loop 全局限制 Maximum per account: 1000 Geofences 3 Collections per Geofence 3 Entities per Geofence 10 loops per polygon 100 vertices per loop

Hope this help you... 希望这对您有帮助...

If you log into the API console for your app, on the left side you can click on "API". 如果您登录到应用程序的API控制台 ,则可以在左侧单击“ API”。 There is a list of all the APIs and their usage limits. 列出了所有API及其使用限制。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM