RouteProgressColors (API Reference)
Package com.here.sdk.navigation
Class RouteProgressColors
java.lang.Object
com.here.sdk.navigation.RouteProgressColors
This struct contains colors for the route progress visualization.
-
Field Summary
FieldsModifier and TypeFieldDescriptionColor of the route part that lies ahead of the current location.Color of the route part that lies behind of the current location.Color of the dashed line between the map-matched and the off-road destinations.Outline color of the route part that lies ahead of the current location.Outline color of the route part that lies behind of the current location. -
Constructor Summary
ConstructorsConstructorDescriptionRouteProgressColors(Color ahead, Color behind, Color outlineAhead, Color outlineBehind) Creates a new instance. -
Method Summary
-
Field Details
-
ahead
Color of the route part that lies ahead of the current location.
-
behind
Color of the route part that lies behind of the current location.
-
offRoad
Color of the dashed line between the map-matched and the off-road destinations.
-
outlineAhead
Outline color of the route part that lies ahead of the current location.
-
outlineBehind
Outline color of the route part that lies behind of the current location.
-
-
Constructor Details
-
RouteProgressColors
public RouteProgressColors(@NonNull Color ahead, @NonNull Color behind, @NonNull Color outlineAhead, @NonNull Color outlineBehind) Creates a new instance.
- Parameters:
ahead-Color of the route part that lies ahead of the current location.
behind-Color of the route part that lies behind of the current location.
outlineAhead-Outline color of the route part that lies ahead of the current location.
outlineBehind-Outline color of the route part that lies behind of the current location.
-