GpsConfig constructor

const GpsConfig({
  1. GpsAccuracy accuracy = GpsAccuracy.high,
  2. int intervalMs = 1000,
  3. double distanceFilterMeters = 1.0,
})

Implementation

const GpsConfig({
  this.accuracy = GpsAccuracy.high,
  this.intervalMs = 1000,
  this.distanceFilterMeters = 1.0,
});