The sign showing named directions.
- Implemented types
Constructors
-
DrivingDirectionSign(PolylinePosition position, DrivingDirectionSignDirection? direction, List<
DrivingDirectionSignItem> items) -
factory
Properties
- direction → DrivingDirectionSignDirection?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
-
items
→ List<
DrivingDirectionSignItem> -
no setter
- position → PolylinePosition
-
The position of the sign.
no setter
- 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.
override
Operators
-
operator ==(
covariant DrivingDirectionSign other) → bool -
The equality operator.
override