Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图找到一种使用 JavaScript 来计算两个坐标之间的距离的方法,以公里为单位,到小数点后一位,特别是使用标准的谷歌地图坐标格式:[-33.959771, 18.484708] 而不是这个使用的公式UTM 格式。
谢谢您的帮助!