7

我想在我的应用程序中显示地图上两点之间的点对点路线。我正在为此使用MKDirectionsRequest。我正在尝试寻找从浦那到孟买的路线。我收到一个错误作为响应。

错误信息 :

Error Domain=MKErrorDomain Code=5 "Directions Not Available" UserInfo=0x9d80dd0 {
NSLocalizedFailureReason=A route to the nearest road cannot be determined., NSLocalizedDescription=Directions Not Available, MKDirectionsErrorCode=6, MKErrorGEOError=-403
}

MKDirectionsRequest 仅用于在地图应用上显示路线吗?如何在不使用 Google API 或任何路由应用程序的情况下找到 iOS7 中两点之间的点对点路由?

你能帮我解决这个问题吗?期待您的任何参考链接或示例代码。

谢谢

4

2 回答 2

17

Finally i found solution of my question. MKDirectionsRequest is the right api to find route between two points. It seems Apple has not added route feature for India yet. I tried for other country and it worked for me.

于 2013-10-17T15:28:23.653 回答
6

Apple 地图方向功能可用的国家/地区列表位于链接中。

请在执行说明之前检查链接。

于 2014-02-13T05:34:33.013 回答