Limit on the client side of Google Geocoder - for each IP or for API_KEY?

I am using geocoding of google maps on the client side, but loading the JavaScript maps API using API_KEY. Did you know that the limit is 2500 requests per IP address or API key in this case. Do you think I can remove API_KEY to use a limit of 2500 per IP address?

thanks

+6
source share
1 answer

The daily limit is for API_KEY, is there a limit on the number of requests per second for each IP address. You should be able to see the restrictions in the administrative console where you want to enable various APIs.

+3
source

All Articles