VisualNavigatorColors class abstract
This class contains colors used by VisualNavigator to render the route and the maneuver arrow visualization.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maneuverArrowColor ↔ Color
-
Maneuver arrow color.
The object containing color used to draw maneuver arrows on the route to highlight lane directions at the end of a street.
The alpha channel is ignored. The color is interpreted as fully opaque.
Gets the color used to draw maneuver arrows on the route.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trafficOnRouteColors ↔ TrafficOnRouteColors
-
Colors used to visualize traffic conditions on the route ahead of the current location, for segments with a jam factor of 4.0 or higher.
For route segments with a jam factor below 4.0 and those behind the current location, RouteProgressColors are used instead.
Gets colors used for visualization of traffic conditions on route.
getter/setter pair
Methods
-
getRouteProgressColors(
SectionTransportMode sectionTransportMode) → RouteProgressColors - Gets route color for visualization.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setRouteProgressColors(
SectionTransportMode sectionTransportMode, RouteProgressColors routeProgressColors) → void - Sets route color for visualization.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
dayColors(
) → VisualNavigatorColors - Retrieves HERE day color presets for route and maneuver arrow visualization.
-
nightColors(
) → VisualNavigatorColors - Retrieves HERE night color presets for route and maneuver arrow visualization.