如何利用mapkit框架中的distancefromlocation方法计算两个位置之间的距离(以英里为单位)。
感谢

最佳答案

这已经在metrichere中得到了回答。现在你只需要把米换算成英里,即:

1 Meter = 0.000621371192 Miles


1 Mile = 1609.344 Meters

关于iphone - 如何获得 objective-c 中以英里为单位的两个位置之间的距离?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/7785579/

10-11 22:09