onScaleEnd

abstract fun onScaleEnd(detector: MapGesturesDetector, scaleVelocity: Float)

Responds to the end of a scale gesture. Reported by existing pointers going up.

Once a scale has ended, getFocusX and getFocusY will return focal point of the pointers remaining on the screen.

Parameters

detector

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