Iphone MapKit 显示路线
我想显示两个位置之间的路线,从用户当前位置到地图上的某个点。我已经在一些应用程序中看到过这种做法,比如 Layar。 http://itunes.apple.com/us/app/layar-reality -browser/id334404207
有人可以给我指点如何在 iphone sdk 4 上实现这一点吗
谢谢
I would like to show the route between 2 locations, from the users current location to a certain point on the map. I have seen this done in a couple of applications like layar.
http://itunes.apple.com/us/app/layar-reality-browser/id334404207
Can someone give me pointers on how to achieve this on iphone sdk 4
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 kishikawakatsumi github 上的代码。
看起来他提供了一个围绕 Google Maps 路由 API 的包装器,它将为您提供路线,然后提供一些自定义 MKAnnotations 来处理在 MapKit 中绘制这些路线。
Try using kishikawakatsumi's code on github.
Looks like he provides a wrapper around the Google Maps routing API which will give you the route, and then some custom MKAnnotations to handle drawing those routes in MapKit.