processedFeatures property

Stream<GeoJsonFeature> processedFeatures

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

Implementation

Stream<GeoJsonFeature<dynamic>> get processedFeatures =>
    _getGeoStream<GeoJsonFeature<dynamic>>();