tileCache property

TileCache? tileCache

The local tiled cache.

This property is populated if the ArcGISTiledLayer has been loaded from a local tile package (.tpk/.tpkx).

Implementation

TileCache? get tileCache => _tileCache.value;