rotateBy

Rotate the map by with optional animation.

Return

Cancelable animator set object.

Parameters

animationOptions

Transition options (animation duration, listeners etc)

first

The first pointer to rotate on

second

The second pointer to rotate on

abstract fun rotateBy(first: ScreenCoordinate, second: ScreenCoordinate, animationOptions: MapAnimationOptions?): Cancelable