OnScaleListener

interface OnScaleListener

Interface definition for a callback to be invoked when the map is scaled.

Functions

Link copied to clipboard
abstract fun onScale(detector: StandardScaleGestureDetector)

Called when the scale gesture is executing.

Link copied to clipboard
abstract fun onScaleBegin(detector: StandardScaleGestureDetector)

Called when the scale gesture is starting.

Link copied to clipboard
abstract fun onScaleEnd(detector: StandardScaleGestureDetector)

called when the scale gesture has ended.