LocationRequest constructor
LocationRequest({
- String? buildingIdentifier,
- bool? useDeadReckoning,
- bool? useForegroundService,
- ForegroundServiceNotificationOptions? foregroundServiceNotificationOptions,
- OutdoorLocationOptions? outdoorLocationOptions,
- RealtimeUpdateInterval? realtimeUpdateInterval,
- bool? useWifi,
- bool? useBle,
- bool? useGps,
- MotionMode? motionMode,
Implementation
LocationRequest({
this.buildingIdentifier,
this.useDeadReckoning,
this.useForegroundService,
this.foregroundServiceNotificationOptions,
this.outdoorLocationOptions,
this.realtimeUpdateInterval,
this.useWifi,
this.useBle,
this.useGps,
this.motionMode,
});