MKMapKit两个注释之间的真实距离

时间:2011-02-14 14:41:11

标签: iphone xcode mapkit cllocation cllocationdistance

我想创建一个应用程序来计算用户当前位置与最近的位置(store,whatnot)之间的距离。有没有办法获得真实距离(跟随公共道路)而不是直接距离(从A点到B点的线)?

谢谢

1 个答案:

答案 0 :(得分:2)

使用Google API获取路线和距离: http://code.google.com/apis/maps/documentation/directions/

我认为你不能从MKMapKit获得路线(跟随道路)。

谷歌地图API将返回路线(跟随道路)作为一组纬度和经度坐标。它还将返回计算的距离。