GnssMeasurement.CarrierPhase Property

Definition

Gets the RF phase detected by the receiver.

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

Property Value

Attributes

Remarks

Gets the RF phase detected by the receiver.

Range: [0.0, 1.0].

This is the fractional part of the complete carrier phase measurement.

The reference frequency is given by the value of #getCarrierFrequencyHz().

The error estimate for this value is #getCarrierPhaseUncertainty().

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

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

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

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