Google maps and geocoding features have a request limit.
On Google Maps, the limit is 25,000 maps per day, and this is a limitation that depends on your apikey
So, if 25,000 users and each user made a request, you exceeded the limit, and in the Google API console you can see your quota for:
-Ad Exchange Buyer API
AdSense Management API
-Analytical API
-Audit API
-Calendar API
-Google + API
-Latitude API
Static Maps API
-Street View Image API
-Translate API
-Identity Toolkit API
With Geocoding, the limit is only 2500 requests per day, and the quota is not displayed in my Google API console. Suppose that the limit is associated with the user's IP address and not with the developerβs certificate, or am I missing something! ??
source share