两个地标之间的距离

时间:2013-04-28 16:06:53

标签: javascript yandex-api

我有两个Placemark个纬度/经度的物体,我想得到它们之间的距离。

是否可以使用Yandex Maps Api?

或者找到距离的首选方式是什么?在JavaScript中使用公式/库?

1 个答案:

答案 0 :(得分:1)

是的,这是可能的。使用coordSystem.geo.getDistance方法:

ymaps.coordSystem.geo.getDistance(p1.geometry.getCoordinates(), p2.geometry.getCoordinates())