Type Alias TCameraAnimationOptions

TCameraAnimationOptions: {
    duration?: number;
    easing?: EasingCurve;
}

Options for Camera animations on the map.

Type declaration

  • Optionalduration?: number

    Duration of the animation in milliseconds.

  • Optionaleasing?: EasingCurve

    Easing function to use for the animation.