LocationRequest constructor

LocationRequest({
  1. String? buildingIdentifier,
  2. bool? useDeadReckoning,
  3. bool? useForegroundService,
  4. ForegroundServiceNotificationOptions? foregroundServiceNotificationOptions,
  5. OutdoorLocationOptions? outdoorLocationOptions,
  6. RealtimeUpdateInterval? realtimeUpdateInterval,
  7. bool? useWifi,
  8. bool? useBle,
  9. bool? useGps,
})

Implementation

LocationRequest({
  this.buildingIdentifier,
  this.useDeadReckoning,
  this.useForegroundService,
  this.foregroundServiceNotificationOptions,
  this.outdoorLocationOptions,
  this.realtimeUpdateInterval,
  this.useWifi,
  this.useBle,
  this.useGps,
});