processedMultiPoints property

Stream<GeoJsonMultiPoint> processedMultiPoints

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

Implementation

Stream<GeoJsonMultiPoint> get processedMultiPoints =>
    _getGeoStream<GeoJsonMultiPoint>();