JunctionConnectionLaneLink

data class JunctionConnectionLaneLink(var from: Int = Int.MIN_VALUE, var to: Int = Int.MIN_VALUE) : OpendriveElement

Constructors

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

Properties

Link copied to clipboard
var from: Int
Link copied to clipboard
Link copied to clipboard
var to: Int