addOnMapLoadErrorListener

open override fun addOnMapLoadErrorListener(onMapLoadErrorListener: OnMapLoadErrorListener)

Deprecated

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

Replace with

subscribeMapLoadingError(mapLoadingErrorCallback)

Add a listener that's going to be invoked whenever there's a map load error.