如何在 iOS 应用程序中显示包含交通信息的地图?
如何在我的本机 iOS 应用程序中显示包含交通信息的地图?
我知道有MKMapView和MapKit框架。但没有提及如何使用Google显示实时路况信息。
我不需要太多交互 - 只需显示特定区域内的地图以及交通数据。
任何有关可能实现的提示都值得赞赏(包括本机和基于网络的解决方案、任何地图服务,以及欧洲/德国首选的体面内容)。
How can I display a map with traffic information in my native iOS app?
I know that there is MKMapView and the MapKit framework. But there is no mention on how to use display the live traffic information of Google.
I don't need much interaction - just to show the map within a particular region along with the traffic data.
Any hints to a possible implementation appreciated (including native and web-based solutions, any map service, with decent content for Europe/Germany preferred).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,你无法使用MK框架显示流量信息。您可能必须使用 UIWebView 来执行此操作。
As far as I know you can't show the traffic information using the MK framework. You will probably have to use a UIWebView to do this.