OnMapIdleListener

fun interface OnMapIdleListener

Deprecated

This listener is deprecated, and will be removed in next major release. use MapIdleCallback instead.

Replace with

MapIdleCallback

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

Functions

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.