SD Card map layer

1291
0
03-05-2013 06:52 AM
JasonPrenger
New Contributor
Hi,

I'm evaluating whether the SDK for Android could be used as an upgrade from the current mapping system I am using.  To remain backward compatible, I need the SDK to support a map format where the tiles are stored on the SD Card of the device.  The tiles are stored on the SD Card in the format of <path_to_base_folder>/zoom/x/y.jpg.tile.  I've tried extending a TileServiceLayer but this only shows a blank white screen and doesn't ever call the getTile() method.

Has anyone ever done something like this, or could point me in the right direction?

Thanks,
Jason
0 Kudos
0 Replies