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