OfflineMapState

constructor(arcGISMap: ArcGISMap, onSelectionChanged: (ArcGISMap?) -> Unit = { })

Represents the state of the offline map with a given ArcGISMap.

Since

200.8.0

Parameters

arcGISMap

The web map to be taken offline.

onSelectionChanged

A callback for the currently selected offline map.


constructor(offlineMapInfo: OfflineMapInfo, onSelectionChanged: (ArcGISMap?) -> Unit = { })

Represents the state of the offline map with a given OfflineMapInfo.

Since

200.8.0

Parameters

offlineMapInfo

The offline map info for which to create the state.

onSelectionChanged

A callback for the currently selected offline map.