moveBy

Extension moveBy() function for MapPluginExtensionsDelegate Move the map by a given screen coordinate with optional animation.

Return

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

Parameters

animationOptions

Transition options (animation duration, listeners etc)

screenCoordinate

The screen coordinate distance to move by

fun MapPluginExtensionsDelegate.moveBy(screenCoordinate: ScreenCoordinate, animationOptions: MapAnimationOptions?): Cancelable