有一个latlng distanceTo方法:http://leafletjs.com/reference.html#latlng
distanceTo( <LatLng> otherLatlng ) Number Returns the distance (in
meters) to the given LatLng calculated using the Haversine formula.
See description on wikipedia
计算两个LatLng之间的距离(以米为单位)。但是,有时我需要知道两点之间有多少像素。有没有人有这方面的想法?
答案 0 :(得分:5)