Criteria.VerticalAccuracy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.