On Dec 16, 9:39 am, BrenoOliveira <[email protected]> wrote:
> Hi
>
> I am beginner on Google Maps JavaScript API v3, I want to know how can
> I get a distance between two markers inserted in the Map.

If you want straight line (as the bird flies) distance, you need to
write a function that calculates it.
I implemented a version of distanceFrom from the v2 API.

If you want driving distance you need to look at the directions
service available through the API.

-- Larry

>
> Tanks a lot!

-- 
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.

Reply via email to