@squawk
    Preparing search index...

    Interface FixNavaidAssociation

    A navigational aid association for a fix, indicating the bearing and distance from a nearby navaid to the fix position.

    interface FixNavaidAssociation {
        bearingDeg: number;
        distanceNm: number;
        navaidId: string;
        navaidType: string;
    }
    Index

    Properties

    bearingDeg: number

    Bearing in degrees from the navaid to the fix.

    distanceNm: number

    DME distance in nautical miles from the navaid to the fix.

    navaidId: string

    Navaid identifier (e.g. "PDK", "BOS").

    navaidType: string

    Navaid facility type (e.g. "VOR", "VORTAC", "LOC", "NDB").