OnFlingListener

fun fun interface OnFlingListener

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onFling
Link copied to clipboard
abstract fun onFling()
Called when the map is flinged.
toString
Link copied to clipboard
open fun toString(): String