RoadLanesLaneSectionLCRLaneRoadMarkType

data class RoadLanesLaneSectionLCRLaneRoadMarkType(    var line: List<RoadLanesLaneSectionLCRLaneRoadMarkTypeLine> = emptyList(),     var name: String = "",     var width: Double = Double.NaN) : OpendriveElement

Constructors

Link copied to clipboard
constructor(    line: List<RoadLanesLaneSectionLCRLaneRoadMarkTypeLine> = emptyList(),     name: String = "",     width: Double = Double.NaN)

Properties

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