The options for a look from operation.

Hierarchy

  • MapNavigatorLookFromOptions

Properties

Properties

animate?: boolean | MapNavigatorAnimationOptions

When falsy, the lookFrom operation will be immediate. When truthy, the lookFrom operation will be animated.

The default value is false.

Regardless of the value of 'animate', you have to wait for the returned Promise to resolve to ensure that the map has navigated to the target position. To alter the animation, you can assign an MapNavigatorAnimationOptions to this option.