OnScaleListener

interface OnScaleListener

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
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.
toString
Link copied to clipboard
open fun toString(): String