Criteria.VerticalAccuracy Property

Definition

Returns a constant indicating the desired vertical accuracy (altitude). -or- Indicates the desired vertical accuracy (altitude).

public virtual Android.Locations.Accuracy VerticalAccuracy { [Android.Runtime.Register("getVerticalAccuracy", "()I", "GetGetVerticalAccuracyHandler")] get; [Android.Runtime.Register("setVerticalAccuracy", "(I)V", "GetSetVerticalAccuracy_IHandler")] set; }
[<get: Android.Runtime.Register("getVerticalAccuracy", "()I", "GetGetVerticalAccuracyHandler")>]
[<set: Android.Runtime.Register("setVerticalAccuracy", "(I)V", "GetSetVerticalAccuracy_IHandler")>]
member this.VerticalAccuracy : Android.Locations.Accuracy with get, set

Property Value

Attributes

Exceptions

if accuracy is not one of the supported constants

Remarks

Property getter documentation:

Returns a constant indicating the desired vertical accuracy (altitude).

Java documentation for android.location.Criteria.getVerticalAccuracy().

Property setter documentation:

Indicates the desired vertical accuracy (altitude). Accuracy may be #ACCURACY_LOW, #ACCURACY_MEDIUM, #ACCURACY_HIGH or #NO_REQUIREMENT. More accurate location may consume more power and may take longer.

Java documentation for android.location.Criteria.setVerticalAccuracy(int).

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