InstalledRegionStatus enum

Represents download status of region in the persistent map storage.

Values

installed → const InstalledRegionStatus

Region is ready to be used.

pending → const InstalledRegionStatus

Download is not finished yet. Either try to download this region again and, eventually, the progress will continue where it was left off - or you can cancel this download or delete this region. The following reasons can lead to this status: An ongoing or paused download or an abrupt end, for example, when the app was closed. Ongoing or paused downloads can be resumed with the MapDownloaderTask.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
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<InstalledRegionStatus>
A constant List of the values in this enum, in order of their declaration.