processedPolygons property

Stream<GeoJsonPolygon> processedPolygons

Stream of polygons that are coming in as they are parsed

Implementation

Stream<GeoJsonPolygon> get processedPolygons =>
    _getGeoStream<GeoJsonPolygon>();