LocationRequest.QualityBalancedPowerAccuracy 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 equally balancing power and accuracy constraints.
[Android.Runtime.Register("QUALITY_BALANCED_POWER_ACCURACY", 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 QualityBalancedPowerAccuracy = 102;
[<Android.Runtime.Register("QUALITY_BALANCED_POWER_ACCURACY", 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 QualityBalancedPowerAccuracy : Android.Locations.LocationRequestQuality
Field Value
Value = 102Implements
- Attributes
Remarks
A quality constant indicating a location provider may choose to satisfy this request by equally balancing power and accuracy constraints. Each location provider may interpret this field differently, but location providers will generally use their default behavior when this flag is present.
Java documentation for android.location.LocationRequest.QUALITY_BALANCED_POWER_ACCURACY
.
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.