使用MapKit根据当前位置在地图上绘制路线
在我的应用程序中,我想根据当前移动位置绘制路线,例如,如果我从一个点开始,并且在移动时当前位置也与我一起导航,我必须沿着我移动的方式绘制路线。
我看到了一些示例应用程序,但在这些应用程序中,纬度和经度值是硬编码的。我该怎么做,我想沿着当前应用程序的移动动态绘制路线。请给我任何想法。
谢谢。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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/