On this page

Type Alias AnimatedCameraOptions

AnimatedCameraOptions:
    | {
        follow?: boolean;
        pathSmoothing?: { epsilon: number; resolution: number }
        | false;
    }
    | false

Options for configuring the animated camera movement along the route.

Type Declaration

  • {
        follow?: boolean;
        pathSmoothing?: { epsilon: number; resolution: number } | false;
    }
    • Optionalfollow?: boolean

      Whether the camera should follow the animation

    • OptionalpathSmoothing?: { epsilon: number; resolution: number } | false

      Whether the camera path should be smoothed

  • false
Was this helpful?
SDK JS
Reference
AnimatedCameraOptions