LocationSettings constructor
const
LocationSettings({
- bool provideAccuracy = false,
- Range? accuracy,
- TimeInterval? locationTimeInterval,
- bool provideSpeed = false,
- double speed = 0.0,
- bool provideHeading = false,
- Range? headingError,
- LocationError? locationError,
- bool provideWheelSpeed = false,
- TimeInterval? wheelSpeedTimeInterval,
Implementation
const LocationSettings({
this.provideAccuracy = false,
this.accuracy,
this.locationTimeInterval,
this.provideSpeed = false,
this.speed = 0.0,
this.provideHeading = false,
this.headingError,
this.locationError,
this.provideWheelSpeed = false,
this.wheelSpeedTimeInterval,
});