iPhone 中的路线图
iPhone sdk支持地图上两地之间的路线吗?我已经找过很多次了。但找不到任何参考。即使在苹果iphone开发论坛上,也没有这样的东西。
我已经使用谷歌地图网址完成了此功能。其中我必须传递源和目的地的纬度&经度。我正在获取地图,但它不如 iphone 谷歌地图那么好。
谁能帮我实现这个功能吗?我需要显示两个地方之间的地图路线,并且还想要描述到达目的地的确切路径。
Does iPhone sdk supports route between two places on Map? I have searched many times. But not able to find any reference. Even on apple iphone development forums, there is no such thing available.
I have done this functionality using google map url. In which I have to pass source and destination latitude & longitude. I am getting the map but it is not as much good as like the iphone google map.
Can anyone help me out to do this functionality? I need to display map route between two places and also want description of the exact path to reach the destination.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,API 无法进行路由。如果你能弄清楚路线,你就可以进行覆盖,但这显然需要更多的工作。
No, the API has no means to do routing. You can do overlays if you can figure out the route, but that's obviously a lot more work.