我想在我的应用程序中显示地图上两点之间的点对点路线。我正在为此使用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 中两点之间的点对点路由?
你能帮我解决这个问题吗?期待您的任何参考链接或示例代码。
谢谢