DownloadPreplannedOfflineMapResult

class DownloadPreplannedOfflineMapResult

The result of a DownloadPreplannedOfflineMapJob When the job completes it returns the offline map and indicates whether any errors were incurred during the download process (DownloadPreplannedOfflineMapResult.getHasErrors()). Examine the individual layer and table errors to identify the source of the problem. For example, the loss of the online service, a layer or table may not be taken offline or export tiles has not been enabled on the layer.

Properties

Link copied to clipboard
val hasErrors: Boolean

Indicates that there is at least one layer or table that could not be taken offline. To determine which layers or tables could not be taken offline examine the DownloadPreplannedOfflineMapResult.getLayerErrors() and the DownloadPreplannedOfflineMapResult.getTableErrors(), respectively.

Link copied to clipboard
val layerErrors: Map<Layer, Throwable>
Link copied to clipboard
val mobileMapPackage: MobileMapPackage
Link copied to clipboard
val offlineMap: ArcGISMap
Link copied to clipboard
val tableErrors: Map<FeatureTable, Throwable>