OfflineMapCapabilities class final

Represents the capability of taking a map's layers and tables offline.

Implemented types

Properties

hasErrors bool
Indicates if there is at least one layer or table that cannot be included in the offline map.
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