onvif
    Preparing search index...

    Interface GeoMove

    interface GeoMove {
        areaHeight?: number;
        areaWidth?: number;
        profileToken?: string;
        speed?: PTZSpeed;
        target: GeoLocation;
    }
    Index
    areaHeight?: number

    An optional indication of the height of the target/area.

    areaWidth?: number

    An optional indication of the width of the target/area.

    profileToken?: string

    A reference to the MediaProfile.

    speed?: PTZSpeed

    An optional Speed.

    target: GeoLocation

    The geolocation of the target position.