public static interface DingiMap.OnPolygonClickListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPolygonClick(Polygon polygon)
Called when the user clicks on a polygon.
|
void onPolygonClick(@NonNull
Polygon polygon)
polygon - The polygon the user clicked on.