MapCoverage enum Maps & 3D Scenes

MapCoverage indicates the availability of map data for a region.

Use this enum to understand whether map tiles are available offline, available via cached tiles, only available online on the server, or unknown.

Inheritance
Available extensions

Values

coverageOffline → const MapCoverage

Data covered by an offline map available on the device. No connection required.

coverageOnlineTile → const MapCoverage

Data covered by the online cache available on the device. No connection required.

Data is volatile and may be erased after a cache cleanup operation

coverageOnlineNoData → const MapCoverage

Data coverage exists, but it is not available on the device. Server connection required.

coverageUnknown → const MapCoverage

There is no map coverage available on the device, and it is not possible to determine if coverage is available on the server.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
name → String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<MapCoverage>
A constant List of the values in this enum, in order of their declaration.