processedFeatures property

Stream<GeoJsonFeature> processedFeatures

Stream of features that are coming in as they are parsed Useful for handing the featues faster if the file is big

Implementation

Stream<GeoJsonFeature> get processedFeatures =>
    _processedFeaturesController.stream;