OnScaleListener

interface OnScaleListener

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

See also

Functions

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