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