public static interface DingiMap.OnMapClickListener
| Modifier and Type | Method and 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.