tileCache property
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;
The local tiled cache.
This property is populated if the ArcGISTiledLayer has been loaded from a local tile package (.tpk/.tpkx).
TileCache? get tileCache => _tileCache.value;