OnPolygonClickListener

fun interface OnPolygonClickListener

Interface for notifying about the Polygon being clicked.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

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

Called when a given Polygon has been clicked.