Lyuben Ivanov
Lyuben Ivanov

Reputation: 113

Google Geocoder client side limit - per IP or per API_KEY?

I am using client-side google maps geocoding, but loading the maps API JavaScript using API_KEY. Do you know if the limit of 2500 requests is per IP address or per API-KEY in this case. And do you think I can remove the API_KEY in order to use the limit of 2500 per IP address?

Thank you

Upvotes: 6

Views: 585

Answers (1)

Matas Vaitkevicius
Matas Vaitkevicius

Reputation: 61399

Daily limit goes per API_KEY, there is request per second limit that goes per IP. You should be able to see limits in administrative console, where you choose to enable different APIs.

Upvotes: 3

Related Questions