@squawk
    Preparing search index...

    Interface NavaidFrequencyQuery

    A query to find navaids by frequency.

    interface NavaidFrequencyQuery {
        frequency: number;
        limit?: number;
        types?: ReadonlySet<NavaidType>;
    }
    Index

    Properties

    frequency: number

    Frequency value to match. For VOR-family navaids this is MHz, for NDB-family this is kHz.

    limit?: number

    Maximum number of results to return. Defaults to 20.

    types?: ReadonlySet<NavaidType>

    Optional set of navaid types to include. When omitted, all types are included.