Does the Google Maps v3 JavaScript map limit of 25,000 per day apply to the API key or website using it?
Here is the script. A developer who has an API key creates several websites for several clients, each with its own domain name. These websites can be shared on the same server (same IP address). The code that invokes the Maps API is executed on the client side (in the browser). Do these sites have a 25,000 limit, or each of them gets its 25,000?
Here is the Google page on usage restrictions (it does not make this distinction):
https://developers.google.com/maps/documentation/javascript/usage
Edit: On the Google Maps API community support page, users link to StackOverflow for usage issues. I have no answers yet. Does anyone know how to contact Google and ask them this question? I could not find any way to contact them about this.
source
share