Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is the 2,500 request limit for the "Directions Web Service" IP based?

Tags:

google-maps

I'm developing an application that uses the "Directions Web Service." The documents state that the free version of the API is limited to 2,500 requests per day. (See http://maps.google.com/help/maps/getmaps/compare.html).

In our application this request is made in javascript on the clients browser, it's not done by our server. So I'm wondering if this limit is per user IP address or somehow it's going to pass along my applications URL/IP and limit based on that.

Any ideas?

like image 983
user1717898 Avatar asked Oct 03 '12 17:10

user1717898


1 Answers

Using the Google Maps API v3 Directions Service in the Google Maps API v3 the request limitations and quotas apply per client (IP Address).

Using the Directions Web Service the request limitations and quotas apply to the server (to its IP Address).

I will admit that the link you provided doesn't make it very clear which one they are talking about.

like image 125
geocodezip Avatar answered Nov 01 '22 16:11

geocodezip