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