Class RouteProgressColors

java.lang.Object
com.here.sdk.navigation.RouteProgressColors

public final class RouteProgressColors extends Object

This struct contains colors for the route progress visualization.

  • Field Details

    • ahead

      @NonNull public Color ahead

      Color of the route part that lies ahead of the current location.

    • behind

      @NonNull public Color behind

      Color of the route part that lies behind of the current location.

    • offRoad

      @NonNull public Color offRoad

      Color of the dashed line between the map-matched and the off-road destinations.

    • outlineAhead

      @NonNull public Color outlineAhead

      Outline color of the route part that lies ahead of the current location.

    • outlineBehind

      @NonNull public Color 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.