@squawk
    Preparing search index...

    Interface ProcedureLegPoint

    A single drawable geographic point along an expanded procedure, in leg order.

    interface ProcedureLegPoint {
        label: string;
        lat: number;
        lon: number;
    }
    Index

    Properties

    Properties

    label: string

    Fix identifier at the leg termination.

    lat: number

    Latitude in decimal degrees, positive north.

    lon: number

    Longitude in decimal degrees, positive east.