OfflineMapCapabilities class final

The capabilities to take a web map's layers and tables offline.

You can determine whether individual layers and tables will be included in an offline map by creating an OfflineMapTask from the web map, calling OfflineMapTask.getOfflineMapCapabilities, and examining the resulting OfflineMapCapabilities.

Implemented types

Properties

hasErrors bool
True if there is at least one layer or table that cannot be included in the offline map, false otherwise.
no setter
hashCode int
The hash code for this object.
no setterinherited
layerCapabilities Map<Layer, OfflineCapability>
Layer capabilities for all layers in the map. The dictionary maps layer instances to offline capability.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableCapabilities Map<FeatureTable, OfflineCapability>
Capabilities for all tables in the map. The dictionary maps table instances to offline capability.
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