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? I know there's limits lik
Solution 1:
There is no limit on usage of Location API
. Limit is applied on registering Geofences
only.
Solution 2:
Check this link for Usage Limits For GeoFence
Request RateOne request every five seconds, shared across Collections / Geofences / Entities.
Global LimitMaximum per account:
1000 Geofences
3 Collections per Geofence
3 Entities per Geofence
10 loops per polygon
100 vertices per loop
Hope this help you...
Solution 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.
Post a Comment for "Google Play Services Location Api Usage Limits"