onPolygon property

OnPolygonCallback? onPolygon
final

This function takes feature properties and some other parameters to build a flutter_map Polygon. See defaultOnPolygon for an example.

Implementation

final OnPolygonCallback? onPolygon;