LocationOptions constructor
const
LocationOptions({
- LocationAccuracy accuracy = LocationAccuracy.highAccuracy,
- double distanceFilterMeters = 0.0,
- bool enableBackgroundUpdates = false,
- bool showsBackgroundLocationIndicator = false,
API Documentation for LocationOptions.
Implementation
const LocationOptions({
this.accuracy = LocationAccuracy.highAccuracy,
this.distanceFilterMeters = 0.0,
this.enableBackgroundUpdates = false,
this.showsBackgroundLocationIndicator = false,
});