Route

data class Route(val waypoints: List<Waypoint>)(source)

Ordered waypoint route followed by an aircraft.

Routes are immutable and require unique waypoint names to keep rerouting and GUI route snapshots unambiguous.

Constructors

Link copied to clipboard
constructor(waypoints: List<Waypoint>)

Properties

Link copied to clipboard
Link copied to clipboard