LocationRequest.QualityLowPower Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Locations.LocationRequestQuality enum directly instead of this field.
A quality constant indicating a location provider may choose to satisfy this request by providing less accurate locations in order to save power.
[Android.Runtime.Register("QUALITY_LOW_POWER", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Locations.LocationRequestQuality enum directly instead of this field.", true)]
public const Android.Locations.LocationRequestQuality QualityLowPower = 104;
[<Android.Runtime.Register("QUALITY_LOW_POWER", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Locations.LocationRequestQuality enum directly instead of this field.", true)>]
val mutable QualityLowPower : Android.Locations.LocationRequestQuality
Field Value
Value = 104Implements
- Attributes
Remarks
A quality constant indicating a location provider may choose to satisfy this request by providing less accurate locations in order to save power. Each location provider may interpret this field differently, but as an example, the network provider may choose to return cell based locations rather than wifi based locations in order to save power when this flag is present.
Java documentation for android.location.LocationRequest.QUALITY_LOW_POWER
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.