AutorotatePluginConfig: {
    autorotatePitch?: number | string;
    autorotateSpeed?: string | number;
    autorotateZoomLvl?: number;
    autostartDelay?: number;
    autostartOnIdle?: boolean;
    keypoints?: AutorotateKeypoint[];
    startFromClosest?: boolean;
}

Type declaration

  • OptionalautorotatePitch?: number | string

    Vertical angle at which the automatic rotation is performed.

    viewer defaultPitch

  • OptionalautorotateSpeed?: string | number

    Speed of the automatic rotation. Can be a negative value to reverse the rotation.

    '2rpm'
    
  • OptionalautorotateZoomLvl?: number

    Zoom level at which the automatic rotation is performed.

    current zoom level
    
  • OptionalautostartDelay?: number

    Delay after which the automatic rotation will begin, in milliseconds

    2000
    
  • OptionalautostartOnIdle?: boolean

    Restarts the automatic rotation if the user is idle for autostartDelay.

    true
    
  • Optionalkeypoints?: AutorotateKeypoint[]

    List of positions to visit

  • OptionalstartFromClosest?: boolean

    Start from the closest keypoint instead of the first keypoint

    true