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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val lateralOffset: Option<Double>
Link copied to clipboard
val width: Option<Double>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard