使用MapKit根据当前位置在地图上绘制路线

发布于 2024-10-07 04:24:57 字数 168 浏览 2 评论 0原文

在我的应用程序中,我想根据当前移动位置绘制路线,例如,如果我从一个点开始,并且在移动时当前位置也与我一起导航,我必须沿着我移动的方式绘制路线。

我看到了一些示例应用程序,但在这些应用程序中,纬度和经度值是硬编码的。我该怎么做,我想沿着当前应用程序的移动动态绘制路线。请给我任何想法。

谢谢。

In my application i want to draw Routes based on the current location moving, For Example If i am starting at a point and while i am moving the current location also navigates with me, I have to draw route along the way i am moving.

I saw some sample applications but in those apps the Lat and Long values are hardcoded. How can i do this, I want to draw the route dynamically along the moving of current app. Please give me any idea.

Thanks.

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

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

发布评论

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

评论(1

一曲爱恨情仇 2024-10-14 04:24:57

Apple 在 2010 年 WWDC 开发者视频中提供了一个名为 Breadcrumb 的演示应用程序,该应用程序正是执行此操作。您可以从这里获取示例代码: http://developer.apple.com/videos/wwdc /2010/

Apple supplied a demo application called Breadcrumb with the 2010 WWDC Developer videos that does exactly this. You can get the sample code from here: http://developer.apple.com/videos/wwdc/2010/

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