GnssMeasurement.PseudorangeRateMetersPerSecond Property

Definition

Gets the Pseudorange rate at the timestamp in m/s.

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

Property Value

Attributes

Remarks

Gets the Pseudorange rate at the timestamp in m/s.

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

The value is uncorrected, i.e. corrections for receiver and satellite clock frequency errors are not included.

A positive 'uncorrected' value indicates that the SV is moving away from the receiver. The sign of the 'uncorrected' 'pseudorange rate' and its relation to the sign of 'doppler shift' is given by the equation:

pseudorange rate = -k * doppler shift (where k is a constant)

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

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