Hi, I have a script that requires many calls to GDirections objects in
order to get the time needed for the trip. It's an optimizing,
recursive algorithm that requires quite a few calls. I'm using
GDirections, and all I really need is the travel time but that ends up
requiring to get all of the directions with it.

The problem is, I'm getting error 620 frequently, probably because I'm
making too many calls at once. I can add a delay to get avoid the
query per second limit, but if I were to ever release this as a tool
to the general public there's a chance that I'll reach the 15,000
calls per day limit.

Is there anything I can do to get around it? Does Google offer some
licensing of some sort to increase the number of calls allowed? Or is
there another way I haven't found of getting the time needed between
two points?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to