public static interface TrimbleMapsMap.OnMapClickListener
Modifier and Type | Method | Description |
---|---|---|
boolean |
onMapClick(LatLng point) |
Called when the user clicks on the map view.
|
boolean onMapClick(@NonNull LatLng point)
point
- The projected map coordinate the user clicked on.