OnMapClickListener

An interface for receiving map click events.

Called when the user clicks on the map, providing the latitude and longitude of the clicked point.

Functions

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

Called when the map is clicked.