如何在 iOS 应用程序中显示包含交通信息的地图?

发布于 2024-12-26 04:30:58 字数 195 浏览 1 评论 0原文

如何在我的本机 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

屋檐 2025-01-02 04:30:58

据我所知,你无法使用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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文