MapInitListenerWrapper

inner class MapInitListenerWrapper : MapView.OnInitListener

Functions

addListener
Link copied to clipboard
fun addListener(listener: OnMapInitListener)
onDestroy
Link copied to clipboard
fun onDestroy()
onMapReady
Link copied to clipboard
open override fun onMapReady(mapView: MapView)

Called when the map is ready to be used

Properties

listeners
Link copied to clipboard
val listeners: LinkedHashSet<OnMapInitListener>
mapView
Link copied to clipboard
var mapView: MapView? = null