OnScaleListener

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

interface OnScaleListener

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onScale
Link copied to clipboard

Called when the scale gesture is executing.

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

Called when the scale gesture is starting.

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

called when the scale gesture has ended.

abstract fun onScaleEnd(detector: StandardScaleGestureDetector)
toString
Link copied to clipboard
open override fun toString(): String