HereType enum

Inheritance

Constructors

HereType()
const

Values

NormalDay → const HereType
NormalDayCustom → const HereType
NormalDayGrey → const HereType
NormalDayMobile → const HereType
NormalDayGreyMobile → const HereType
NormalDayTransit → const HereType
NormalDayTransitMobile → const HereType
NormalDayTraffic → const HereType
NormalNight → const HereType
NormalNightMobile → const HereType
NormalNightGrey → const HereType
NormalNightGreyMobile → const HereType
NormalNightTransit → const HereType
NormalNightTransitMobile → const HereType
ReducedDay → const HereType
ReducedNight → const HereType
BasicMap → const HereType
MapLabels → const HereType
TrafficFlow → const HereType
CarnavDayGrey → const HereType
HybridDay → const HereType
HybridDayMobile → const HereType
HybridDayTransit → const HereType
HybridDayGrey → const HereType
HybridDayTraffic → const HereType
PedestrianDay → const HereType
PedestrianNight → const HereType
SatelliteDay → const HereType
TerrainDay → const HereType
TerrainDayMobile → const HereType

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<HereType>
A constant List of the values in this enum, in order of their declaration.