I am developing an application using the "Directions Web Service". The documents indicate that the free version of the API is limited to 2500 requests per day. (See http://maps.google.com/help/maps/getmaps/compare.html ).
In our application, this request is executed in javascript in the client browser, this is not done by our server. Therefore, I am wondering if this limit is for each user's IP address or in some way it will go to my application URLs / IP addresses and limits this.
Any ideas?
source share