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

Accuracy
Attributes

Exceptions

if accuracy is not one of the supported constants

if accuracy is not one of the supported constants

if accuracy is not one of the supported constants

if accuracy is not one of the supported constants

if accuracy is not one of the supported constants

if accuracy is not one of the supported constants

Remarks

Property getter documentation:

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

Property setter documentation:

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