GpsConfig constructor
const
GpsConfig({
- GpsAccuracy accuracy = GpsAccuracy.high,
- int intervalMs = 1000,
- double distanceFilterMeters = 1.0,
Implementation
const GpsConfig({
this.accuracy = GpsAccuracy.high,
this.intervalMs = 1000,
this.distanceFilterMeters = 1.0,
});