Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

google-maps

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

like image 492
Lyuben Ivanov Avatar asked May 10 '14 08:05

Lyuben Ivanov


1 Answers

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.

like image 148
Matas Vaitkevicius Avatar answered Oct 07 '22 03:10

Matas Vaitkevicius