我以前在iOS应用程序中做过路由,但是对于iOS6,我们现在正在显示Apple地图 - 这会导致问题,因为我们使用Google路由数据,如果我们使用Google数据,我们应该在Google地图上显示它.
我一直在搜索,但据我所知,Apple没有提供任何路由数据.到目前为止,答案最接近答案似乎是苹果公司说Apps that consume direction information do so by sending an appropriate request to the Maps app, which then handles the task of displaying that information to the user.- 对我而言,这意味着地图应用程序将被打开以显示路线,并将用户从我们的应用程序中取出.