com.google.android.gms.maps.OnMapReadyCallback |
Callback interface for when the map is ready to be used.
Once an instance of this interface is set on a MapFragment
or
MapView
object, the onMapReady(GoogleMap)
method is
triggered when the map is ready to be used and provides a non-null instance
of GoogleMap
.
If Google Play services is not installed on the device, the user will be
prompted to install it, and the onMapReady(GoogleMap)
method will
only be triggered when the user has installed it and returned to the app.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the map is ready to be used.
|
Called when the map is ready to be used.
googleMap | A non-null instance of a GoogleMap associated with the
MapFragment or MapView that defines the callback.
|
---|