onTiltBegin

abstract fun onTiltBegin(detector: MapGesturesDetector): Boolean

Responds to the beginning of a tilt 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.