@squawk
    Preparing search index...

    Type Alias ProcedureWaypointTypeCode

    ProcedureWaypointTypeCode:
        | "P"
        | "R"
        | "AA"
        | "NW"
        | "ND"
        | "NA"
        | "CN"
        | "NV"
        | "NT"
        | "NX"
        | "NO"

    Raw waypoint type code from the FAA STARDP.txt file.

    • P - Published computer navigation fix
    • R - Flyby computer navigation fix (recommended)
    • AA - Adapted airport
    • NW - Navaid (VOR/VORTAC)
    • ND - Navaid (DME)
    • NA - Navaid (NDB)
    • CN - Computer navigation fix
    • NV - Navaid (VOR)
    • NT - Navaid (TACAN)
    • NX - Navaid (other)
    • NO - Navaid (other)