OnMapClickListener

fun interface OnMapClickListener(source)

Listener interface for map click events.

Called when the user taps on the map (not on a marker or other overlay).

Functions

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

Called when the map is clicked.