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