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