Type Alias TCameraAnimationOptions

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

Options for Camera animations on the map.

Type declaration

  • Optionalduration?: number

    Duration of the animation in milliseconds.

  • Optionaleasing?: TEasingFunction

    Easing function to use for the animation.