PMLane

data class PMLane(val type: PMLaneType, val marking: PMDividerMarking, val arrows: List<PMLaneArrow>? = null)

Represents information about lane

Constructors

Link copied to clipboard
fun PMLane(type: PMLaneType, marking: PMDividerMarking, arrows: List<PMLaneArrow>? = null)

Properties

Link copied to clipboard
val arrows: List<PMLaneArrow>? = null

Defines visual information about lane

Link copied to clipboard

Defines type of lane divider
Default value is PMDividerMarking.None

Link copied to clipboard

Defines lane type
Default value is PMLaneType.NotSpecified