PolygonDataSourcePolygonDataProcessor typedef

PolygonDataSourcePolygonDataProcessor = bool Function(PolygonDataAccessor polygonAccessor)

Called for each polygon, allowing inspection, removal or update of coordinates and attributes.

  • polygonAccessor the polygon data accessor.

Returns value indicating the result of the processing.

Implementation

typedef PolygonDataSourcePolygonDataProcessor = bool Function(PolygonDataAccessor polygonAccessor);