RoadLanesLaneSectionLRLaneSpeed

data class RoadLanesLaneSectionLRLaneSpeed(    var max: Double = Double.NaN,     var sOffset: Double = Double.NaN,     var unit: Option<EUnitSpeed> = None) : OpendriveElement

Constructors

Link copied to clipboard
constructor(    max: Double = Double.NaN,     sOffset: Double = Double.NaN,     unit: Option<EUnitSpeed> = None)

Properties

Link copied to clipboard
Link copied to clipboard
var max: Double
Link copied to clipboard
Link copied to clipboard
var unit: Option<EUnitSpeed>