OfflineMapCapabilities

class OfflineMapCapabilities

Represents the capability of taking a map's layers and tables offline.

Properties

Link copied to clipboard
val hasErrors: Boolean

Indicates if there is at least one layer or table that cannot be included in the offline map. 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.getOnlineOnlyServicesOption() to OnlineOnlyServicesOption.Include will allow online-only data to be included in the offline map and referenced by URL.

Link copied to clipboard
val layerCapabilities: Map<Layer, OfflineCapability>
Link copied to clipboard
val tableCapabilities: Map<FeatureTable, OfflineCapability>