exportTileCacheParameters property

Map<OfflineMapParametersKey, ExportTileCacheParameters> exportTileCacheParameters

The Map with keys of OfflineMapParametersKey and values of ExportTileCacheParameters.

All entries in the dictionary should correspond to ArcGISTiledLayer instances in the online ArcGISMap. If a dictionary entry is removed the corresponding layers will be removed from the offline map without raising an error.

Implementation

Map<OfflineMapParametersKey, ExportTileCacheParameters>
    get exportTileCacheParameters => _exportTileCacheParameters.value;