PMLaneArrow

data class PMLaneArrow(val laneDirection: PMLaneDirection, val highlighted: Boolean = false)

Represents visual information about lane

Constructors

Link copied to clipboard
fun PMLaneArrow(laneDirection: PMLaneDirection, highlighted: Boolean = false)

Properties

Link copied to clipboard
val highlighted: Boolean = false

Defines flag if lane should be highlighted. Highlighted lines indicates lanes which should be used for driving

Link copied to clipboard

Defines lane direction
Default value is PMLaneDirection.NoDirIndicated