OfflineMapParametersType enum
Indicates the type of parameters object used to take layers offline.
Constructors
- OfflineMapParametersType()
-
const
Values
- generateGeodatabase → const OfflineMapParametersType
-
The parameter is of type GenerateGeodatabaseParameters.
- exportVectorTiles → const OfflineMapParametersType
-
The parameter is of type ExportVectorTilesParameters.
- exportTileCache → const OfflineMapParametersType
-
The parameter is of type ExportTileCacheParameters.
- unknown → const OfflineMapParametersType
-
The parameter type is unknown.
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<
OfflineMapParametersType> - A constant List of the values in this enum, in order of their declaration.