Reputation: 1338
In this document (https://developers.google.com/maps/documentation/javascript/directions?hl=en) Google explains that the limitations of the Directions API is set to 2500 requests by day, but I'm not specifying a key in the query (and can't locate a key field name in the query params). How is Google calculating the limit? Exists this limit really? Thanks in advance
Upvotes: 1
Views: 140
Reputation: 3456
Google Directions API probably goes by the requestor's IP address, since it does not require a Google Maps API key.
Upvotes: 2