4

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?

Ian
  • 1,490
  • 6
  • 24
  • 39

1 Answers1

5

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

incanus
  • 5,100
  • 1
  • 13
  • 20