本文介绍了在iOS中使用openstreetmap数据进行路由的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何使用openstreetmap数据实现路由. ios世界中是否有与此相关的任何教程或示例.如何下载特定国家/地区的openstreetmap数据并显示两个选定位置之间的路线.是否有任何API或示例知道如何实现?
How to implement routing using openstreetmap data. Is there any tutorial or example in ios world regarding this. How can i download particular country openstreetmap data and show routing between two selected locations. Is there any API or example to know how to achieve this?
我经历了 Navfree ios应用程序,该应用程序使用openstreetmap数据显示两个位置之间的导航.
I went through Navfree ios app which shows navigation between two locations using openstreetmap data.
推荐答案
您可以尝试:
- (开放源代码)Route-me: https://github.com/route-me/route-me (首先检查它是否仍在积极开发中)
- (开源)Route-Me的Alpstein分叉: https://github.com/Alpstein/route -me
- (开放源代码)Mapbox的Route-me分支: https://github.com/mapbox /mapbox-ios-sdk
- (商业)skobbler/Telenavs自己的地图&基于OSM的路由引擎: http://developer.skobbler.com/support#download
- (open source) Route-me: https://github.com/route-me/route-me (check first to see if it's still actively being developed)
- (open source) Alpstein's fork of Route-Me: https://github.com/Alpstein/route-me
- (open source) Mapbox's fork of Route-me: https://github.com/mapbox/mapbox-ios-sdk
- (commercial) skobbler's/Telenavs own map & routing engine based on OSM: http://developer.skobbler.com/support#download
这篇关于在iOS中使用openstreetmap数据进行路由的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!