Location.HasVerticalAccuracy Property

Definition

Returns true if this location has a vertical accuracy, false otherwise.

public virtual bool HasVerticalAccuracy { [Android.Runtime.Register("hasVerticalAccuracy", "()Z", "GetHasVerticalAccuracyHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("hasVerticalAccuracy", "()Z", "GetHasVerticalAccuracyHandler", ApiSince=26)>]
member this.HasVerticalAccuracy : bool

Property Value

Attributes

Remarks

Returns true if this location has a vertical accuracy, false otherwise.

Java documentation for android.location.Location.hasVerticalAccuracy().

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