GenerateOfflineMapResult class final
The result of a GenerateOfflineMapJob.
- 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 to errors for any layers that could not be taken
offline.
no setter
- mobileMapPackage → MobileMapPackage
-
The mobile map package containing the offline map.
no setter
- offlineMap → ArcGISMap
-
Offline map. The layers within the map will reference offline layers.
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