@squawk
    Preparing search index...

    Interface AirwayExpansionResult

    Result of an airway expansion between two fixes.

    interface AirwayExpansionResult {
        airway: Airway;
        waypoints: AirwayWaypoint[];
    }
    Index

    Properties

    Properties

    airway: Airway

    The airway that was expanded.

    waypoints: AirwayWaypoint[]

    Ordered sequence of waypoints from the entry fix to the exit fix (inclusive).