mapbox-maps-android
/
com.mapbox.maps.plugin.gestures
/
OnScaleListener
androidJvm
On
Scale
Listener
interface
OnScaleListener
Content copied to clipboard
Interface definition for a callback to be invoked when the map is scaled.
Functions
Functions
equals
Link copied to clipboard
androidJvm
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
androidJvm
open fun
hashCode
():
Int
Content copied to clipboard
onScale
Link copied to clipboard
androidJvm
abstract fun
onScale
(detector:
StandardScaleGestureDetector
)
Content copied to clipboard
Called when the scale gesture is executing.
onScaleBegin
Link copied to clipboard
androidJvm
abstract fun
onScaleBegin
(detector:
StandardScaleGestureDetector
)
Content copied to clipboard
Called when the scale gesture is starting.
onScaleEnd
Link copied to clipboard
androidJvm
abstract fun
onScaleEnd
(detector:
StandardScaleGestureDetector
)
Content copied to clipboard
called when the scale gesture has ended.
toString
Link copied to clipboard
androidJvm
open fun
toString
():
String
Content copied to clipboard
On this page
On this page