onvif
    Preparing search index...

    Interface LocationEntity

    interface LocationEntity {
        autoGeo?: boolean;
        entity?: string;
        fixed?: boolean;
        geoLocation?: GeoLocation;
        geoOrientation?: GeoOrientation;
        geoSource?: string;
        localLocation?: LocalLocation;
        localOrientation?: LocalOrientation;
        token?: string;
    }
    Index
    autoGeo?: boolean

    If set the geo location is obtained internally.

    entity?: string

    Entity type the entry refers to, use a value from the tt:Entity enumeration.

    fixed?: boolean

    If this value is true the entity cannot be deleted.

    geoLocation?: GeoLocation

    Location on earth.

    geoOrientation?: GeoOrientation

    Orientation relative to earth.

    geoSource?: string

    Optional reference to the XAddr of another devices DeviceManagement service.

    localLocation?: LocalLocation

    Indoor location offset.

    localOrientation?: LocalOrientation

    Indoor orientation offset.

    token?: string

    Optional entity token.