I'm trying to clarify the usage limits for Google Maps services (e.g. Places, Directions, etc.) when used with the Google Maps JavaScript API.
According to the official documentation
The JavaScript Maps API V3 is a free service, available for any web site that is free to consumers
and
For-profit web sites are permitted to generate up to 25 000 map loads per day using the Google Maps JavaScript API v3.
Now each Google Maps service API has its own usage limits:
Places API allows 1,000 or 100,000 (if you're verified) requests per 24 hours.
Directions API allows 2,500 requests per day
In my web app I'm using the places library and direction service via the Javascript API. Do the usage limits for each service apply when used with the Javascript API? The documentation doesn't make that clear.
Yes. The usage limit for Google maps APIs affects only when your site gets more traffic.
Each API has its own usage limitation.
Google Maps Javascript API : up to 25,000 map loads per day for each service.
This includes:
If you think that your site exceeds these usage limit, then you should consider to purchase a Maps API for Business license.
Check the following sites for additional information:
Hope that the above information helps you.