Offline Map Capabilities
The capabilities to take a web map's layers and tables offline. You can determine whether individual layers and tables will be included in an offline map by creating an OfflineMapTask from the web map, calling OfflineMapTask.getOfflineMapCapabilities, and examining the resulting OfflineMapCapabilities.
Since
200.1.0
Properties
True if there is at least one layer or table that cannot be included in the offline map, false otherwise. This property indicates whether the map contains any layers or tables that cannot be taken offline. This is not relevant to offline maps that reference online-only layers and tables. Setting GenerateOfflineMapParameters.onlineOnlyServicesOption to OnlineOnlyServicesOption.Include will allow online-only data to be included in the offline map and referenced by URL.
Layer capabilities for all layers in the map. The dictionary maps layer instances to offline capability. The Dictionary has keys of element type com.arcgismaps.mapping.layers.Layer with values of OfflineCapability.
Capabilities for all tables in the map. The dictionary maps table instances to offline capability. The Dictionary has keys of element type com.arcgismaps.data.FeatureTable with values of OfflineCapability.