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.
我正在为餐馆开发 iPhone 应用程序。我使用 mapkit 来显示餐馆的位置。用户还可以选择查看从当前位置到特定位置(餐厅)的路线。我需要在其中添加转弯导航。我正在使用谷歌地图,在某处我读到 iPhone 不显示转弯导航,因为这在 Apple-Google 地图合同中受到限制。这是真的吗?如果是,那么是否有任何其他方式或任何 3rd 方库,我可以通过它来实现转弯导航?
提前致谢
问候,
个人电脑
导航的最佳选择是让用户逐个选择他们想要的路线: - 使用 maps.apple.com 的 Apple 地图 - 使用 maps.google.com 的 Google 地图 其他应用程序,例如 Navigon、Tom tom。
这是一个复杂的功能,您最好不要对服务的任何缺点负责。
谷歌地图许可协议禁止您轮流进行。
检查在 iPhone SDK 中的 MapKit 中绘制路线