OnMapLongClickListener

An interface for receiving map long-click events.

Called when the user long-presses on the map, providing the latitude and longitude of the selected point.

Functions

Link copied to clipboard
abstract fun onLongClick(lat: Double, lon: Double)

Called when the map is long-clicked.