SymbolicManeuverStyle

data class SymbolicManeuverStyle(var maxWidth: Int, var maxHeight: Int, val backgroundColor: Int = 0xFF0000FF.toInt(), val penColor: Int = 0xFFB0A080.toInt(), val routePenColor: Int = 0xFFFFFFFF.toInt(), val closedPenColor: Int = 0xFFB0A080.toInt(), val penBorderColor: Int = 0xFF3A352A.toInt(), val routePenBorderColor: Int = 0xFF555555.toInt(), val closedPenBorderColor: Int = 0xFF3A352A.toInt())

Defines the style of a symbolic maneuvers icon (instruction)

Constructors

Link copied to clipboard
constructor(maxWidth: Int, maxHeight: Int, backgroundColor: Int = 0xFF0000FF.toInt(), penColor: Int = 0xFFB0A080.toInt(), routePenColor: Int = 0xFFFFFFFF.toInt(), closedPenColor: Int = 0xFFB0A080.toInt(), penBorderColor: Int = 0xFF3A352A.toInt(), routePenBorderColor: Int = 0xFF555555.toInt(), closedPenBorderColor: Int = 0xFF3A352A.toInt())

Properties

Link copied to clipboard

The ARGB color of the background

Link copied to clipboard

The ARGB border color of the underlying closed (or non accessible) roads 0xFF3A352A

Link copied to clipboard

The ARGB color of the underlying closed (or non accessible) roads 0xFFB0A080

Link copied to clipboard

height of the generated image in pixel (the resulting image height may be smaller)

Link copied to clipboard

width of the generated image in pixel (the resulting image width may be smaller)

Link copied to clipboard

The ARGB border color of the underlying roads 0xFF3A352A

Link copied to clipboard

The ARGB color of the underlying roads 0xFFB0A080

Link copied to clipboard

The ARGB border color of the route 0xFF555555

Link copied to clipboard

The ARGB color of the route 0xFFFFFFFF