moveBy

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

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

Camera plugin with id = Plugin.MAPBOX_CAMERA_PLUGIN_ID must be added while constructing com.mapbox.maps.MapView as part of com.mapbox.maps.MapInitOptions.plugins.

Return

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

See also

com.mapbox.maps.MapInitOptions

Parameters

screenCoordinate

The screen coordinate distance to move by

animationOptions

Transition options (animation duration, listeners etc)

Throws

if gestures plugin was not added.