On 28 июл, 16:36, Mike Williams <[email protected]> wrote:
> Not fast.
>
> One thing you can do to improve the situation is to chain your routes
> together so that there are 25 waypoints in each call. Then use
> getRoutes() to extract each of the individual routes from the response.
> That way, instead of 1200 calls, you only make 48 calls.

I thought about this method. But we have new problem. Look to
situation:
We have 25 waypoints: p1, p2, …, p25
For example, Google can’t find routes between p1 and p2, but can find
routes between p2 and p3, p3 and p4, …, p24 and p25.
If we use single request with this set of waypaints then we will not
have any information about all routes. Can I avoid this like
something?

--~--~---------~--~----~------------~-------~--~----~
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