Share via


UwbRangingCapabilities.IsElevationAngleSupported Property

Definition

Checks if the device hardware supports elevation angle measurement.

public bool IsElevationAngleSupported { [Android.Runtime.Register("isElevationAngleSupported", "()Z", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isElevationAngleSupported", "()Z", "", ApiSince=36)>]
member this.IsElevationAngleSupported : bool

Property Value

true if elevation angle measurement is supported; false otherwise.

Attributes

Remarks

Checks if the device hardware supports elevation angle measurement.

Java documentation for android.ranging.uwb.UwbRangingCapabilities.isElevationAngleSupported().

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