LocationQualityConfig constructor

const LocationQualityConfig({
  1. double maxAccuracyMeters = 50,
  2. double maxSpeedKph = 200,
  3. double jitterThresholdMeters = 30,
  4. int windowSize = 5,
})

Implementation

const LocationQualityConfig({
  this.maxAccuracyMeters = 50,
  this.maxSpeedKph = 200,
  this.jitterThresholdMeters = 30,
  this.windowSize = 5,
});