Share via


ResponderLocation.AltitudeUndefined Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.AltitudeType enum directly instead of this field.

Altitude is not defined for the Responder.

[Android.Runtime.Register("ALTITUDE_UNDEFINED", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.AltitudeType enum directly instead of this field.", true)]
public const Android.Net.Wifi.Rtt.AltitudeType AltitudeUndefined = 0;
[<Android.Runtime.Register("ALTITUDE_UNDEFINED", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.AltitudeType enum directly instead of this field.", true)>]
val mutable AltitudeUndefined : Android.Net.Wifi.Rtt.AltitudeType

Field Value

Value = 0

Implements

Attributes

Remarks

Altitude is not defined for the Responder. The altitude and altitude uncertainty should not be used: see section 2.4 of IETF RFC 6225.

Java documentation for android.net.wifi.rtt.ResponderLocation.ALTITUDE_UNDEFINED.

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