public static interface MapFragment.OnMapViewReadyCallback
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).
Modifier and Type | Method | Description |
---|---|---|
void |
onMapViewReady(MapView mapView) |
Called when the map has been created.
|
void onMapViewReady(MapView mapView)
mapView
- The created mapview