ProviderProperties.AccuracyCoarse Field

Definition

Caution

This constant will be removed in the future version. Use Android.Locations.Provider.ProviderAccuracy enum directly instead of this field.

A constant indicating a coarser location accuracy.

[Android.Runtime.Register("ACCURACY_COARSE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Locations.Provider.ProviderAccuracy enum directly instead of this field.", true)]
public const Android.Locations.Provider.ProviderAccuracy AccuracyCoarse = 2;
[<Android.Runtime.Register("ACCURACY_COARSE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Locations.Provider.ProviderAccuracy enum directly instead of this field.", true)>]
val mutable AccuracyCoarse : Android.Locations.Provider.ProviderAccuracy

Field Value

Value = 2

Implements

Attributes

Remarks

A constant indicating a coarser location accuracy.

Java documentation for android.location.provider.ProviderProperties.ACCURACY_COARSE.

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