On Aug 1, 5:54 am, ncohen <[email protected]> wrote: > Hi, > I would like to get the duration for a pre-defined route... it seems that > duration 'goes' only with directions but what if I have a precise > pre-defined route?
To get the distance and duration, the directions service needs to return that "precice predefined route". You can use waypoints (up to 8 with the free API) to modify the route that the directions service returns, if you doesn't get the one you want. > Is there such a thing as a webservice request? You mean like this? http://code.google.com/apis/maps/documentation/directions/ -- Larry > > Thanks -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
