Type alias TCameraAnimationOptions

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

Options for ICamera animations on the map.

Type declaration

  • Optional duration?: number

    Duration of the animation in milliseconds.

  • Optional easing?: EasingCurve

    Easing function to use for the animation.