data class RoadLanesLaneSectionLRLaneSpeed: OpendriveElement
Fields
Name | Description |
---|---|
var max: Double
|
|
var sOffset: Double
|
|
var unit: Option
|
Constructors
<init>
constructor(max: Double, sOffset: Double, unit: Option
Parameters
Name | Description |
---|---|
max: Double
|
|
sOffset: Double
|
|
unit: Option
|