On Jan 18, 1:09 pm, Kevin Davis <[email protected]> wrote: > Hi there, > > I have a quick question. > > If you look at the following > website:http://kevincdavis.net/map_temp.php, I would like to know if > it is possible to calculate and add the driving time (not miles) using > waypoints?
Each directions leg has a duration as well as a distance: http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsResult distance DirectionsDistance The total distance covered by this leg. This property may be undefined as the distance may be unknown. duration DirectionsDuration The total duration of this leg. This property may be undefined as the duration may be unknown. -- Larry > > Thank you.. > Kevin -- 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.
