@squawk
    Preparing search index...

    Interface PirepLocationRoute

    A route between two or more location points (e.g. "DHT 360015-AMA-CDS").

    interface PirepLocationRoute {
        locationType: "route";
        points: PirepLocationPoint[];
    }
    Index

    Properties

    Properties

    locationType: "route"

    Discriminator for the location type.

    The ordered sequence of points along the route.