Then call DirectionsService.route() 3x and store the results in an array. Watch out because the request is asyncronous, so you need some kind of a mechanism that is triggered at the last successful DirectionsService call. Something like http://pastie.org/2760389
On Wednesday, October 26, 2011 3:52:42 AM UTC+2, Webista wrote: > > I just tried it, but the problem with distance matrix is it does not > return detailed route information like the DirectionsService, which is what > I need. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/_5Pu9Yuz3CQJ. 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.
