Language

DlTdoaMeasurement.AoaElevation Property

Definition

Returns the Angle of Arrival (AoA) elevation in degrees.

public float AoaElevation { [Android.Runtime.Register("getAoaElevation", "()F", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getAoaElevation", "()F", "", ApiSince=37)>]
member this.AoaElevation : single

Property Value

The AoA elevation value in degrees, or Float.NaN if not available.

Attributes

Remarks

Returns the Angle of Arrival (AoA) elevation in degrees.

This value ranges from -90 to 90 degrees. If the value is not available, it returns Float.NaN.

Android reference for android.ranging.DlTdoaMeasurement.getAoaElevation.

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