WarningType enum
Identifies the warning type.
Values
- custom → const WarningType
-
Base type for all custom warnings.
- safetyCamera → const WarningType
-
Type of warning given for safety cameras.
- truckRestriction → const WarningType
-
Type of warning given for truck restriction.
- roadSign → const WarningType
-
Type of warning given for road signs.
- realisticView → const WarningType
-
Type of warning given for realistic views.
- environmentalZone → const WarningType
-
Type of warning given for environmental zones.
- schoolZone → const WarningType
-
Type of warning given for school zones.
- tollStop → const WarningType
-
Type of warning given for toll stops.
- dangerZone → const WarningType
-
Type of warning given for danger zones.
- borderCrossing → const WarningType
-
Type of warning given for border crossings.
- railwayCrossing → const WarningType
-
Type of warning given for railway crossings.
- lowSpeedZone → const WarningType
-
Type of warning given for low speed zones.
- trafficMerge → const WarningType
-
Type of warning given for merging traffic.
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<
WarningType> - A constant List of the values in this enum, in order of their declaration.