Using the MapBox iOS SDK (routeme) is it possible to point to an offline TMS directory structure of tiles?
I know that I can point to an online TMS source like OpenStreetMap but I would like to just store a TMS directory structure on the device for offline use.
It doesn't out of the box, but you can create your own
RMTileSourceto easily do this. You want to go straight up toRMTileSourceas opposed to modeling after something likeRMOpenStreetMapSourcesince this is a subclass of the general web tile handling class.