RouteProgressColors class

This struct contains colors for the route progress visualization.

Constructors

RouteProgressColors(Color ahead, Color behind, Color outlineAhead, Color outlineBehind)

Properties

ahead ↔ Color
Color of the route part that lies ahead of the current location.
getter/setter pair
behind ↔ Color
Color of the route part that lies behind of the current location.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
offRoad ↔ Color
Color of the dashed line between the map-matched and the off-road destinations.
getter/setter pair
outlineAhead ↔ Color
Outline color of the route part that lies ahead of the current location.
getter/setter pair
outlineBehind ↔ Color
Outline color of the route part that lies behind of the current location.
getter/setter pair
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