On Jan 7, 2:15 am, datta <[email protected]> wrote: > Hi Friends, > > I want to get the distance between two markers. > > I have written the code as such way that. > 1)When I click inany place .I am creating marker > 2)When go for second click there I could able to create > marker,But Iam unable to get the distance. > > Requirment: > > 1)I need to get the distance between the two markers.
http://code.google.com/apis/maps/documentation/javascript/reference.html#spherical computeDistanceBetween(from:LatLng, to:LatLng, radius?:number) number Computes the distance between two LatLngs. > 2)I need to consider the distance as radius and I wan to draw > the circle. http://code.google.com/apis/maps/documentation/javascript/reference.html#Circle > > Please help me on this .Its very very urgent http://www.catb.org/~esr/faqs/smart-questions.html#urgent -- Larry > > With Regards, > Datta.G -- 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.
