On Feb 25, 2:19 am, Julio Santana <[email protected]> wrote: > Hello everybody, > > I'm trying to recover through the object GDirections, all routes of a > route. > > I did the code below as a test, but I'm only getting 1 route to > retrieve the itinerary provided. However, when I query the web service > from google maps, I realize that there are other routes to the route.
Alternative routes are not provided by the Version 2 API. It does appear that the Version 3 API has "provideTripAlternatives" and this may work; but Version 3 is very different and even has its own Group. http://groups.google.com/group/google-maps-js-api-v3/ -- 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.
