OnScaleListener

interface OnScaleListener

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

Functions

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

Called when the scale gesture is executing.

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

Called when the scale gesture is starting.

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

called when the scale gesture has ended.