MyBackgroundGeolocationConfig constructor

MyBackgroundGeolocationConfig({
  1. int interval = 10000,
  2. double distanceFilter = 50.0,
  3. String desiredAccuracy = 'HIGH',
  4. String? apiUrl,
  5. String? userId,
  6. Map<String, String>? headers,
})

Implementation

MyBackgroundGeolocationConfig({
  this.interval = 10000,
  this.distanceFilter = 50.0,
  this.desiredAccuracy = 'HIGH',
  this.apiUrl,
  this.userId,
  this.headers,
});