OnMapViewReadyCallback

Callback to be invoked when the map fragment has inflated its MapView.

To use this interface the context hosting the fragment must implement this interface. That instance will be set as part of Fragment#onAttach(Context context).

Functions

Link copied to clipboard
abstract fun onMapViewReady(mapView: MapView)
Called when the map has been created.