PointParser constructor

PointParser(
  1. double? _minSecondsBetweenDatapoints,
  2. double? _accuracyThreshold,
  3. void resultReporter(
    1. GpsPoint point
    )
)

Implementation

PointParser(this._minSecondsBetweenDatapoints, this._accuracyThreshold,
    this.resultReporter);