TMS tile source in routeme/mapbox

334 views Asked by At

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.

1

There are 1 answers

0
incanus On

It doesn't out of the box, but you can create your own RMTileSource to easily do this. You want to go straight up to RMTileSource as opposed to modeling after something like RMOpenStreetMapSource since this is a subclass of the general web tile handling class.