processedMultiLines property

Stream<GeoJsonMultiLine> processedMultiLines

Stream of multi lines that are coming in as they are parsed

Implementation

Stream<GeoJsonMultiLine> get processedMultiLines =>
    _getGeoStream<GeoJsonMultiLine>();