rotateBy

Extension rotateBy() function for MapPluginExtensionsDelegate Rotate the map by with optional animation.

Parameters

animationOptions

Transition options (animation duration, listeners etc)

first

The first pointer to rotate on

second

The second pointer to rotate on

fun MapPluginExtensionsDelegate.rotateBy(first: ScreenCoordinate, second: ScreenCoordinate, animationOptions: MapAnimationOptions?): Any?