RoadMarking

data class RoadMarking(val width: ConstantFunction, val laneChange: LaneChange, val attributes: AttributeList)

Represents a single road marking.

Parameters

width

lateral width of the road marking

attributes

further information attributes

Constructors

Link copied to clipboard
constructor(width: ConstantFunction, laneChange: LaneChange, attributes: AttributeList)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard