interface OnPolygonClickListener
A callback interface called when the user clicks on the polygon.
onPolygonClick
abstract fun onPolygonClick(polygon: Polygon): Unit
Called when the user clicks on the polygon.