LocationRequest.QualityHighAccuracy Field

Definition

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 very accurate locations at the expense of potentially increased power usage.

[Android.Runtime.Register("QUALITY_HIGH_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 QualityHighAccuracy = 100;
[<Android.Runtime.Register("QUALITY_HIGH_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 QualityHighAccuracy : Android.Locations.LocationRequestQuality

Field Value

Value = 100

Implements

Attributes

Remarks

A quality constant indicating a location provider may choose to satisfy this request by providing very accurate locations at the expense of potentially increased power usage. Each location provider may interpret this field differently, but as an example, the network provider may choose to return only wifi based locations rather than cell based locations in order to have greater accuracy when this flag is present.

Java documentation for android.location.LocationRequest.QUALITY_HIGH_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.

Applies to