TrafficOnRouteColors class
This type contains colors used for the traffic with jam factor greater or equal to 4.0 on route ahead of the current location visualization.
Constructors
- TrafficOnRouteColors(Color slow, Color stationary, Color blocking)
- Creates a new instance.
Properties
- blocking ↔ Color
-
Color used for visualization of the traffic with jam factor 10.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slow ↔ Color
-
Color used for visualization of the traffic with jam factor in range [4, 8).
getter/setter pair
- stationary ↔ Color
-
Color used for visualization of the traffic with jam factor in range [8, 10).
getter/setter pair
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.