GenerateOfflineMapResult class final
The result of a GenerateOfflineMapJob.
Once the GenerateOfflineMapJob is complete, GenerateOfflineMapResult indicates if there are any errors related to the layers or tables within the map. If the job is successful, GenerateOfflineMapResult.offlineMap returns the offline map.
- Implemented types
Properties
- hasErrors → bool
-
True if there is at least one layer or table that could not be taken
offline, false otherwise.
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