RoadMarking
data class RoadMarking(val domain: Range<Double>, val width: Option<Double>, val lateralOffset: Option<Double>, 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(domain: Range<Double>, width: Option<Double>, lateralOffset: Option<Double>, laneChange: LaneChange, attributes: AttributeList)