On May 24, 5:23 am, MZMS <[email protected]> wrote: > Hi I would like to add finding route and distance between two points. > I need to drop place a placemakers by clicking on the particular > places and it suppose to show the distance between those 2 dropped > placeMarkers. If any one can help me on this will be a great help for > me.
If you want driving distance: http://code.google.com/apis/maps/documentation/javascript/services.html#Directions If you want straight line (as the bird flies) distance: http://code.google.com/apis/maps/documentation/javascript/geometry.html#Distance -- Larry > > Thank you -- 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.
