ARDaniyal
ARDaniyal

Reputation: 159

Google direction API query limit

Google Geocoding API is subject to a query limit of 2,500 geolocation requests per day http://code.google.com/apis/maps/documentation/geocoding/

Is this limitation depends on key or on user's phone?

Upvotes: 1

Views: 680

Answers (1)

Reno
Reno

Reputation: 33792

Though they haven't mentioned it anywhere, I think this is how it limits:

  • Any user (ip-address ) making 2500 requests per day, or having weird automated request patterns are blocked.
  • The key is noted. If many users with this key are found abusing the API's, the key is blocked.

Upvotes: 2

Related Questions