OnPolygonClickListener

Interface for receiving polygon click events.

Implement this interface and set it using OpenMapView.setOnPolygonClickListener to receive callbacks when a polygon is clicked on the map.

Functions

Link copied to clipboard
abstract fun onPolygonClick(polygon: Polygon)

Called when a polygon has been clicked.