@squawk
    Preparing search index...

    Interface AirwayByFixResult

    Result from a reverse lookup of airways passing through a given fix.

    interface AirwayByFixResult {
        airway: Airway;
        waypointIndex: number;
    }
    Index

    Properties

    airway: Airway

    The airway passing through the fix.

    waypointIndex: number

    The index of the matching waypoint within the airway's waypoint array.