OfflineCacheRegionState enum
The state of the region. @attention This feature is not available in the free MapKit version.
Values
- Available → const OfflineCacheRegionState
-
Available for download on the server.
- Downloading → const OfflineCacheRegionState
-
Download in progress.
- Paused → const OfflineCacheRegionState
-
Download is paused.
- Completed → const OfflineCacheRegionState
-
Cache data installation is finished.
- Outdated → const OfflineCacheRegionState
-
The region was completed but there is a newer version on the server.
- Unsupported → const OfflineCacheRegionState
-
The region was removed from regions list and will never be updated
- NeedUpdate → const OfflineCacheRegionState
-
The region is significantly outdated or it contains invalid data. OCM will redownload it automatically if autoupdate enabled.
Properties
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<
OfflineCacheRegionState> - A constant List of the values in this enum, in order of their declaration.