LocationOptions constructor

const LocationOptions({
  1. LocationAccuracy accuracy = LocationAccuracy.highAccuracy,
  2. double distanceFilterMeters = 0.0,
  3. bool enableBackgroundUpdates = false,
  4. bool showsBackgroundLocationIndicator = false,
})

API Documentation for LocationOptions.

Implementation

const LocationOptions({
  this.accuracy = LocationAccuracy.highAccuracy,
  this.distanceFilterMeters = 0.0,
  this.enableBackgroundUpdates = false,
  this.showsBackgroundLocationIndicator = false,
});