标签: javascript yandex-api
我有两个Placemark个纬度/经度的物体,我想得到它们之间的距离。
是否可以使用Yandex Maps Api?
或者找到距离的首选方式是什么?在JavaScript中使用公式/库?
答案 0 :(得分:1)
是的,这是可能的。使用coordSystem.geo.getDistance方法:
ymaps.coordSystem.geo.getDistance(p1.geometry.getCoordinates(), p2.geometry.getCoordinates())