Signal K
    Preparing search index...

    The anchor data, for anchor watch etc

    interface Anchor {
        currentRadius?: NumberValue;
        maxRadius?: NumberValue;
        position?: Position;
        source?: Source;
        timestamp?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    currentRadius?: NumberValue
    maxRadius?: NumberValue
    position?: Position
    source?: Source
    timestamp?: string

    RFC 3339 (UTC only without local offset) string representing date and time.