OnMapIdleListener

fun fun interface OnMapIdleListener

Definition for listener invoked whenever the Map has entered the idle state.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onMapIdle
Link copied to clipboard
abstract fun onMapIdle(eventData: MapIdleEventData)
Invoked when the Map has entered the idle state.
toString
Link copied to clipboard
open fun toString(): String