Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要知道,是否有任何苹果方向 api,我们可以通过它获得两点(坐标)之间的方向细节,就像我们可以通过谷歌 api 一样。
我需要在应用程序内的两点之间绘制路线。我不想使用新的 IOS SDK 6 MKMapItem 类打开苹果地图。
谢谢
MKDirections Apple 类参考 教程
不,除非您可以将用户发送到地图应用程序以获取路线。您可以通过创建一个MKDirectionRequest对象来做到这一点。
如果您希望用户留在您的应用程序中,您需要自己进行路由,或者使用不同的 API。