onvif
    Preparing search index...

    Interface LocalLocation

    interface LocalLocation {
        x?: number;
        y?: number;
        z?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    x?: number

    East west location as angle.

    y?: number

    North south location as angle.

    z?: number

    Offset in meters from the sea level.