2

does someone know how can i add the distance ruler to my api map, or any other quick way to se the distance bwtween 2 direct points?

2 Answers 2

1

You could try some of the js extensions available online. For example: http://code.google.com/p/earth-api-utility-library/source/browse/trunk/extensions/examples/ruler.html?r=41

0

I'm not familiar with the Google Maps API, but given latitude and longitude of any two points you can use a great circle calculation to determine the distance between them.

Not the answer you're looking for? Browse other questions tagged or ask your own question.