RoadObjectsObjectLaneValidity

data class RoadObjectsObjectLaneValidity(var fromLane: Int = Int.MIN_VALUE, var toLane: Int = Int.MIN_VALUE) : OpendriveElement

Constructors

Link copied to clipboard
constructor(fromLane: Int = Int.MIN_VALUE, toLane: Int = Int.MIN_VALUE)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var toLane: Int