MapType enum Null safety
地图图层类型
Constants
- BUS → const MapType
-
公交
const MapType(3)
- NAVI → const MapType
-
导航
const MapType(2)
- NIGHT → const MapType
-
夜间
const MapType(1)
- NORMAL → const MapType
-
正常
const MapType(0)
- SATELLITE → const MapType
-
卫星
const MapType(4)
-
values
→ const List<
MapType> -
A constant List of the values in this enum, in order of their declaration.
const List<
MapType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited