OnMapInitListener

interface OnMapInitListener : MapView.OnInitListener

Functions

Link copied to clipboard
abstract fun onMapInitializationInterrupted()

Called when map initialization is interrupted, eg. by fragment detaching

Link copied to clipboard
abstract fun onMapReady(@NonNull mapView: MapView)