@squawk
    Preparing search index...

    Interface PirepLocationPoint

    A PIREP location reference consisting of a navaid or airport identifier, optionally qualified by a magnetic radial and distance in nautical miles.

    interface PirepLocationPoint {
        distanceNm?: number;
        identifier: string;
        radialDeg?: number;
    }
    Index

    Properties

    distanceNm?: number

    Distance from the station in nautical miles.

    identifier: string

    Navaid or airport identifier (e.g. "OKC", "KOKC", "SAV").

    radialDeg?: number

    Three-digit magnetic radial from the station in degrees (0-360).