GnssMeasurement.MultipathIndicatorUnknown Field

Definition

Caution

This constant will be removed in the future version. Use Android.Locations.MultipathIndicator enum directly instead of this field.

The indicator is not available or the presence or absence of multipath is unknown.

[Android.Runtime.Register("MULTIPATH_INDICATOR_UNKNOWN", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Locations.MultipathIndicator enum directly instead of this field.", true)]
public const Android.Locations.MultipathIndicator MultipathIndicatorUnknown = 0;
[<Android.Runtime.Register("MULTIPATH_INDICATOR_UNKNOWN", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Locations.MultipathIndicator enum directly instead of this field.", true)>]
val mutable MultipathIndicatorUnknown : Android.Locations.MultipathIndicator

Field Value

Value = 0

Implements

Attributes

Remarks

The indicator is not available or the presence or absence of multipath is unknown.

Java documentation for android.location.GnssMeasurement.MULTIPATH_INDICATOR_UNKNOWN.

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