moveBy

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

Parameters

animationOptions

Transition options (animation duration, listeners etc)

screenCoordinate

The screen coordinate distance to move by

fun MapTransformDelegate.moveBy(screenCoordinate: ScreenCoordinate, animationOptions: MapAnimationOptions?): Unit?