IOSSettings constructor
const
IOSSettings({
- LocationAccuracy accuracy = LocationAccuracy.NAVIGATION,
- double distanceFilter = 0,
- bool showsBackgroundLocationIndicator = false,
- bool stopWithTerminate = false,
Implementation
const IOSSettings({
super.accuracy = LocationAccuracy.NAVIGATION,
super.distanceFilter = 0,
this.showsBackgroundLocationIndicator = false,
this.stopWithTerminate = false,
});