ResponderLocation.LocationFixed Field

Definition

Caution

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

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

Field Value

Value = 0

Implements

Attributes

Applies to