set Cache Scheme
Sets a caching scheme for tiles
Options:
- TILE_CACHESCHEME_NONE: No caching. this is the default setting
- TILE_CACHESCHEME_TEMPORARY: Keeps tiles in a memory cache. Keeps tiles while the app is running
- TILE_CACHESCHEME_PERSISTENT: Write tiles to files and keeps them while the app is installed
- TILE_CACHESCHEME_OFFLINE: Extract tiles from a zip package at startup
Deprecated
use @MPTileManager.setTileCacheStrategy(TileCacheStrategy)
Parameters
scheme
The caching scheme to use. Default: TILE_CACHESCHEME_NONE