OnMapLongClickListener

Listener interface for map long-click events.

Called when the user long-presses on the map (not on a marker or other overlay).

Functions

Link copied to clipboard
abstract fun onMapLongClick(latLng: LatLng)

Called when the map is long-clicked.