IosLocationOptions constructor
const
IosLocationOptions({
- bool allowsBackgroundLocationUpdates = false,
- bool showsBackgroundLocationIndicator = false,
- bool pausesLocationUpdatesAutomatically = true,
- bool enableSignificantLocationChanges = false,
- bool enableVisitMonitoring = false,
- String activityType = 'other',
- bool geofenceNotifyOnEntry = true,
- bool geofenceNotifyOnExit = true,
Creates iOS location customization options.
Implementation
const IosLocationOptions({
this.allowsBackgroundLocationUpdates = false,
this.showsBackgroundLocationIndicator = false,
this.pausesLocationUpdatesAutomatically = true,
this.enableSignificantLocationChanges = false,
this.enableVisitMonitoring = false,
this.activityType = 'other',
this.geofenceNotifyOnEntry = true,
this.geofenceNotifyOnExit = true,
});