limit of requests Google maps api

0

I'm developing a web application with google maps api javascript. The limit is 25,000, however, it's popping up in the tests I've done. Someone with good knowledge about could inform:

  • Is there a time zone to use Key?
  • How frequently will the request limit with a certain key be renewed?
asked by anonymous 14.02.2017 / 13:48

1 answer

1

According to the documentation there are two plans:

Default plan clients:

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

Maps API Premium Plan Customers:

Shared free daily quota of 100,000 requests per 24 hours; Additional requests applied against the annual purchase of Google Maps API Credits.

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

Google provides a monitor to monitor the use of the APIs

Regarding time zone: There is no specific time zone for use and renewal is always done at midnight Pacific Time (PST). "I think it's 5 hours less than Brasília"

    
14.02.2017 / 15:39