RouteProgressColors

public struct RouteProgressColors

This struct contains colors for the route progress visualization.

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

    Declaration

    Swift

    public var ahead: UIColor
  • Color of the route part that lies behind of the current location.

    Declaration

    Swift

    public var behind: UIColor
  • Color of the dashed line between the map-matched and the off-road destinations.

    Declaration

    Swift

    public var offRoad: UIColor
  • Outline color of the route part that lies ahead of the current location.

    Declaration

    Swift

    public var outlineAhead: UIColor
  • Outline color of the route part that lies behind of the current location.

    Declaration

    Swift

    public var outlineBehind: UIColor
  • Creates a new instance.

    Declaration

    Swift

    public init(ahead: UIColor, behind: UIColor, offRoad: UIColor = NamedColor.white, outlineAhead: UIColor, outlineBehind: UIColor)