easeTo

Extension easeTo() for MapPluginExtensionsDelegate Ease the map camera to a given camera options and animation options.

Return

Cancelable animator set object or null if associated map object was garbage collected.

Parameters

animationOptions

Transition options (animation duration, listeners etc)

cameraOptions

The camera options to ease to

fun MapPluginExtensionsDelegate.easeTo(cameraOptions: CameraOptions, animationOptions: MapAnimationOptions?): Cancelable