processedPoints property

Stream<GeoJsonPoint?> processedPoints

Stream of points that are coming in as they are parsed

Implementation

Stream<GeoJsonPoint?> get processedPoints => _processedPointsController.stream;