문제

I know that similar questions have been asked here before but none of them really answered my question and I am under pressure to finish my project by a deadline.

Basically I am writing an application that will show online and offline maps.

I am currently using MapBox SDK for the viewing of both offline and online maps, however, MapBox does not currently offer a routing solution. So I am looking for a way to do it.

The main problem seems to be that there isn't just one SDK that will offer online OSM maps, offline OSM maps AND routing so I was wondering would I be able to use MapBox to handle the maps and then use MapQuest to get the route? Is this possible? Is it recommended?

도움이 되었습니까?

해결책

Yes, you could use another engine for routing and just plot it as an RMAnnotation with an RMShape in the MapBox SDK.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top