是否可以使用 MKMapKit 在自己的点和 MKAnnotation 之间导航?
如果我想实现像 carfinder 这样的东西,我是否可以在 mkmapview 上获取路由信息? 也许我们从谷歌地图或csv(或类似的东西)中知道的任何信息可以告诉一些航路点信息?
if i wanted to implement something like a carfinder, is it posible that on the mkmapview i can get routing-information ?
maybe the line, we know from google-maps or any information in an csv (or sth like that) that tells some waypoint-information ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一篇关于将多段线绘制为 MKMapAnnotations 的博客文章,其中包含示例代码: http://spitzkoff.com/craig /?p=108。
Here's a blog post about drawing polylines as MKMapAnnotations, with sample code: http://spitzkoff.com/craig/?p=108.