@squawk
    Preparing search index...

    Interface SectorVisibility

    Sector visibility from the METAR remarks section (VIS [dir] [value]).

    interface SectorVisibility {
        direction: CompassDirection;
        visibilitySm: number;
    }
    Index

    Properties

    direction: CompassDirection

    Compass direction of the sector.

    visibilitySm: number

    Visibility in statute miles for this sector.