addOnMapIdleListener

open override fun addOnMapIdleListener(onMapIdleListener: OnMapIdleListener)

Deprecated

This method is deprecated, and will be removed in next major release. use [subscribeMapIdle] instead.

Replace with

subscribeMapIdle(mapIdleCallback)

Add a listener that's going to be invoked whenever 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.