Share via


UwbRangingCapabilities.IsAzimuthalAngleSupported Property

Definition

Checks if the device hardware supports azimuthal angle measurement.

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

Property Value

true if azimuthal angle measurement is supported; false otherwise.

Attributes

Remarks

Checks if the device hardware supports azimuthal angle measurement.

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

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