Type Alias TCameraAnimationOptions

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

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.

  • Optionalinterruptible?: boolean

    Whether the current animation will be interrupted, or must complete before starting any new animations @default: true

MMNEPVFCICPMFPCPTTAAATR