public interface OnMapReadyCallback
Once an instance of this interface is set on a MapFragment
or MapView
object,
the onMapReady(DingiMap) method is triggered when the map is ready to be used and provides an instance of
DingiMap
.
Modifier and Type | Method and Description |
---|---|
void |
onMapReady(DingiMap dingiMap)
Called when the map is ready to be used.
|
void onMapReady(@NonNull DingiMap dingiMap)
dingiMap
- An instance of DingiMap associated with the MapFragment
or
MapView
that defines the callback.