moveBy

fun moveBy(screenCoordinate: ScreenCoordinate, animationOptions: MapAnimationOptions? = null, completionListener: CompletionListener? = null)

Move the map by the given screen coordinate with optional animation.

Parameters

screenCoordinate

The screen coordinate distance to move by

animationOptions

Transition options (animation duration, listeners etc)

completionListener

the optional CompletionListener to observe the completion of the transition