CurrentLocationSettingsOhos constructor

const CurrentLocationSettingsOhos({
  1. LocationRequestPriority? priority,
  2. LocationRequestScenario? scenario,
  3. int? maxAccuracy,
  4. int? timeoutMs,
})

Implementation

const CurrentLocationSettingsOhos({
  this.priority,
  this.scenario,
  this.maxAccuracy,
  this.timeoutMs,
});