onRotationBegin

abstract fun onRotationBegin(detector: MapGesturesDetector): Boolean

Responds to the beginning of a rotation gesture.

Return

Whether or not the detector should continue recognizing this gesture. Returning false will ignore the whole gesture.

Parameters

detector

The detector reporting the event - use this to retrieve extended info about event state.