limit of requests Google maps api

Asked

Viewed 1,933 times

0

I am developing a web application with google maps api javascript. The limit is 25,000, however, is crashing in the tests I have done. Someone with good knowledge of could inform:

  • Is there any time zone for the use of Key?
  • How often the limit of requests with a certain key is renewed?
  • Depending on what you use, 25000 is the use of basic maps, some Apis have a limit of 2500 calls per day as per documentation

  • As I said, I only use javascript: Maps, autocomplete.

1 answer

1


As the documentation there are two plans:

Clients of the standard plan:

There are 2,500 free requests per day, a combination of client-side and server-side requests; Every 1000 additional requests are charged a fee of $0.50 USD. It has a limit of 100,000 daily requests.

Google Maps API Premium Plan Customers:

Free shared daily quota of 100,000 requests per 24 hours; Additional requests applied against the annual purchase of Google Maps Apis Credits.

Google provides a virtual calculator for credit purchase simulation: Link to Calculator.

Google provides a monitor for API usage

Regarding time zone: There is no specific time zone for use and renewal is always done at midnight Pacific Time (PST - Pacific Standard Time UTC-8). "I believe it is 5 hours less than Brasilia"

  • My question was about time zone, vlw. I don’t use web services, only the javascript api, q are 25,000.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.