ProviderProperties.AccuracyFine 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 finer location accuracy.

[Android.Runtime.Register("ACCURACY_FINE", 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 AccuracyFine = 1;
[<Android.Runtime.Register("ACCURACY_FINE", 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 AccuracyFine : Android.Locations.Provider.ProviderAccuracy

Field Value

Value = 1

Implements

Attributes

Remarks

A constant indicating a finer location accuracy.

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

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