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

LocationRequestQuality

Implements

Attributes

Remarks

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