如何在MapView中绘制路线

发布于 2024-10-17 14:33:49 字数 95 浏览 1 评论 0原文

是否可以在MKMapView中绘制路线。 我想绘制从当前位置到指定地点的路线。 如果您有示例应用程序,请给我一个链接或请给我一些有关它的提示。

谢谢...

Is it possible to draw route in MKMapView.
I want to draw route from current location to specified place.
If you have sample app please give me a link or please give me some hint about it.

Thanks...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

窗影残 2024-10-24 14:33:49

您需要添加 MKPolyline使用 MKMapView 的 addOverlay: 函数添加到地图。然后,在 MKMapView 的委托中,您需要覆盖 mapView:viewForOverlay: 并返回 MKPolylineViews 以及要绘制的线条的颜色和宽度等设置。

You'll want add MKPolyline to the map using MKMapView's addOverlay: function. Then in your MKMapView's delegate you'll want to override the mapView:viewForOverlay: and return MKPolylineViews with the settings like color and width of the line to draw.

这个俗人 2024-10-24 14:33:49

查看 Apple CrumbPath

Take a look at Apple CrumbPath.

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