PolygonDataSourcePolygonDataProcessor typedef - mapview.datasource library - Dart API
PolygonDataSourcePolygonDataProcessor
PolygonDataSourcePolygonDataProcessor typedef
Called for each polygon, allowing inspection, removal or update of coordinates and attributes.
polygonAccessorthe polygon data accessor.
Returns value indicating the result of the processing.
Implementation
typedef PolygonDataSourcePolygonDataProcessor = bool Function(PolygonDataAccessor polygonAccessor);