@squawk
    Preparing search index...

    Interface ProcedureCommonRoute

    A common route on a procedure. Common routes are the unnamed trunk paths that connect transitions to adapted airports. A procedure may have multiple common routes for different runway configurations.

    interface ProcedureCommonRoute {
        airports: string[];
        waypoints: ProcedureWaypoint[];
    }
    Index

    Properties

    Properties

    airports: string[]

    FAA identifiers of adapted airports served by this specific route.

    waypoints: ProcedureWaypoint[]

    Ordered sequence of waypoints defining the common route.