GnssMeasurement.CarrierPhaseUncertainty Property

Definition

Gets the carrier-phase's uncertainty (1-Sigma).

public double CarrierPhaseUncertainty { [Android.Runtime.Register("getCarrierPhaseUncertainty", "()D", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getCarrierPhaseUncertainty", "()D", "", ApiSince=24)>]
member this.CarrierPhaseUncertainty : double

Property Value

Attributes

Remarks

Gets the carrier-phase's uncertainty (1-Sigma).

The uncertainty is represented as an absolute (single sided) value.

The value is only available if #hasCarrierPhaseUncertainty() is true.

This member is deprecated. use #getAccumulatedDeltaRangeUncertaintyMeters() instead.

Java documentation for android.location.GnssMeasurement.getCarrierPhaseUncertainty().

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