PolygonClickListener

fun interface PolygonClickListener

Interface for notifying about the Polygon being clicked.

Functions

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract fun onPolygonClicked(polygon: Polygon)

Called when a given Polygon has been clicked.