addOnMapLoadedListener

open override fun addOnMapLoadedListener(onMapLoadedListener: OnMapLoadedListener)

Deprecated

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

Replace with

subscribeMapLoaded(mapLoadedCallback)

Add a listener that's going to be invoked whenever the Map's style has been fully loaded, and the Map has rendered all visible tiles.