OnFlingListener

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

fun fun interface OnFlingListener

Functions

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

Called when the map is flinged.

abstract fun onFling()
toString
Link copied to clipboard
open override fun toString(): String