OnMapIdleListener

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

fun fun interface OnMapIdleListener

Functions

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

Invoked when the Map has entered the idle state. The Map is in the idle state when there are no ongoing transitions and the Map has rendered all available tiles.

abstract fun onMapIdle(eventData: MapIdleEventData)
toString
Link copied to clipboard
open override fun toString(): String