processedLines property

Stream<GeoJsonLine> processedLines

Stream of lines that are coming in as they are parsed

Implementation

Stream<GeoJsonLine> get processedLines => _getGeoStream<GeoJsonLine>();