OnMapIdleListener

fun interface OnMapIdleListener

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

Functions

onMapIdle
Link copied to clipboard
abstract fun onMapIdle(eventData: MapIdleEventData)

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.