两个地点之间的路线
我将 CSMapAnnotation 类用于不同的目的。现在我必须显示两个位置之间的路线。我确实有两个位置的纬度和经度。
任何人都可以帮助实现这一目标的最佳方法吗?
I am using CSMapAnnotation classes for different purposes. Now I have to show route between two locations. I do have latitude and longitude for both of the locations.
Can any one please help the best way to achieve that ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下示例:
http://blog.kadirpekel.com/2010/05/ 30/drawing_routes_onto_mkmapview_using_unofficial_google_maps_directions_api/
它将调用路由api并解析结果。
然后在地图上方添加一个新图层,其中包含 A 和 B 之间的路线。
You can use this example:
http://blog.kadirpekel.com/2010/05/30/drawing_routes_onto_mkmapview_using_unofficial_google_maps_directions_api/
It will call the routing api and parse the result.
Then a new layer is added above the map with the route between A and B.