TAKPacket-SDK — TypeScript - v0.7.0
    Preparing search index...

    Interface RouteLink

    Route waypoint/control point link.

    interface RouteLink {
        callsign?: string;
        linkType?: number;
        point?: CotGeoPoint;
        uid?: string;
    }
    Index

    Properties

    callsign?: string

    Waypoint callsign / label.

    linkType?: number

    0 = waypoint (b-m-p-w), 1 = control point (b-m-p-c).

    point?: CotGeoPoint

    Waypoint position, delta-encoded from the event anchor.

    uid?: string

    Waypoint UID (the builder synthesizes one from the event UID + index when absent).