Junction

data class Junction(val id: JunctionIdentifier, val connections: List<Connection>)

Represents a junction which connects multiple roads and contains lane linkage information.

Parameters

id

identifier of the Junction

connections

list of Connection that connect the roads and the respective lanes

Constructors

Link copied to clipboard
constructor(id: JunctionIdentifier, connections: List<Connection>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the successor lane referenced by LaneIdentifier, which follow the laneIdentifier.