On Sep 1, 2:58 pm, rajesh reddy <[email protected]> wrote: > Hi > > In my application i am using Driving Direction to Draw the route. > > When there are multiple routes between source and destination it is > drawing only one route. But my requirement is to draw all the > available routes. > > Can any one help me.
The API doesn't do this by itself, as you have found: it always provides the fastest route. You need to add waypoints between the start and destination to force the API to choose a slower route through the waypoints. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
