DownloadPreplannedOfflineMapResult class final
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.hasErrors). 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.
- Implemented types
Properties
- hasErrors → bool
-
Indicates that there is at least one layer or table that could not be
taken offline.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
layerErrors
→ Map<
Layer, ArcGISException> -
A dictionary of layers that could not be taken offline.
no setter
- mobileMapPackage → MobileMapPackage
-
The mobile map package containing the requested offline map.
no setter
- offlineMap → ArcGISMap
-
The offline map containing the requested preplanned map area.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tableErrors
→ Map<
FeatureTable, ArcGISException> -
A dictionary of tables to errors for any tables that could not be taken
offline.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited