DirectionMessageType enum
Type of direction string.
Constructors
- DirectionMessageType()
-
const
Values
- streetName → const DirectionMessageType
-
A street name.
- alternativeName → const DirectionMessageType
-
An alternative street name.
- branch → const DirectionMessageType
-
A signpost branch.
- toward → const DirectionMessageType
-
A signpost toward.
- crossStreet → const DirectionMessageType
-
An intersected street name.
- exit → const DirectionMessageType
-
A signpost exit.
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<
DirectionMessageType> - A constant List of the values in this enum, in order of their declaration.