iPhone MapKit:使用自行车图层?
Google 地图 API 提供了显示自行车图层的选项。这也可以用 MapKit 实现吗?
Google maps API provides an option to show a bicycle layer. Is this also possible with MapKit?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
MapKit 不“原生”支持驾驶方向和自行车方向。这里还有许多其他问题涉及如何利用 Google 地图 API 构建方向叠加层。我将从这里开始,但您必须使用 MapKits 覆盖功能来推出自己的解决方案。
Neither driving nor bicycle directions are "natively" supported in MapKit. There are numerous other questions here that cover how to construct overlays for directions by leveraging Google's map apis. I'd start there but you'll have to roll your own solution using MapKits overlay capabilities.
遗憾的是,不。
MapKit 框架中缺少许多 Google Map API 功能,而且随着 Google 和 Apple 之间的最新戏剧性事件,Apple 似乎正在寻求超越 Google 来提供其地图服务。
Sadly, no.
A lot of Google Map API features are missing from the MapKit framework, and with the latest drama between Google and Apple, it would seem that Apple is looking beyond Google to provide their mapservices.