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