Google Play Services location API usage limits

跟風遠走 提交于 2019-12-12 05:01:11

问题


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?

I know there's limits like, e.g. 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.


回答1:


There is no limit on usage of Location API. Limit is applied on registering Geofences only.




回答2:


Check this link for Usage Limits For GeoFence

Request Rate 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

Hope this help you...




回答3:


If you log into the API console for your app, on the left side you can click on "API". There is a list of all the APIs and their usage limits.



来源:https://stackoverflow.com/questions/24934380/google-play-services-location-api-usage-limits

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!