That limit is per client, not for your server (unless you're making the requests from your server, which in most cases isn't necessary.) With that in mind, is it really likely that a single user would generate 2500 queries?
Unless you're talking about trying to do a TSP analysis on the points the user wishes to visit, in which case yes, it's very easy to generate a lot of queries very quickly. Search the group (and the V2 group) for "TSP" or "traveling salesman problem" if that's your goal; there are implementations of solvers out there. It'd be up to you, of course, to determine if they'll generate too many queries too quickly. -G On May 11, 2011, at 12:35 PM, Inês Moital wrote: > Hi, > > I had an idea to create an program to easily make an itinerary for someone > who what's to visit, for example London, and visit some touristic points in > the least amount of time possible. This would suggest routes by subway, foot, > bus, car, etc. My problem is that with this limit of 2,500 query geolocation > requests per day making this program would be impossible, right? > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
