Loading location/java/android/location/GnssMeasurement.java +8 −0 Original line number Original line Diff line number Diff line Loading @@ -1530,6 +1530,10 @@ public final class GnssMeasurement implements Parcelable { * * * <p>The value does not include the inter-frequency Ionospheric bias. * <p>The value does not include the inter-frequency Ionospheric bias. * * * <p>The sign of the value is defined by the following equation: * <pre> * corrected pseudorange = raw pseudorange - FullInterSignalBiasNanos</pre> * * <p>The value is only available if {@link #hasFullInterSignalBiasNanos()} is {@code true}. * <p>The value is only available if {@link #hasFullInterSignalBiasNanos()} is {@code true}. */ */ public double getFullInterSignalBiasNanos() { public double getFullInterSignalBiasNanos() { Loading Loading @@ -1626,6 +1630,10 @@ public final class GnssMeasurement implements Parcelable { * type in {@link GnssClock#getReferenceConstellationTypeForIsb())</li> * type in {@link GnssClock#getReferenceConstellationTypeForIsb())</li> * </ul> * </ul> * * * <p>The sign of the value is defined by the following equation: * <pre> * corrected pseudorange = raw pseudorange - SatelliteInterSignalBiasNanos</pre> * * <p>The value is only available if {@link #hasSatelliteInterSignalBiasNanos()} is {@code * <p>The value is only available if {@link #hasSatelliteInterSignalBiasNanos()} is {@code * true}. * true}. */ */ Loading Loading
location/java/android/location/GnssMeasurement.java +8 −0 Original line number Original line Diff line number Diff line Loading @@ -1530,6 +1530,10 @@ public final class GnssMeasurement implements Parcelable { * * * <p>The value does not include the inter-frequency Ionospheric bias. * <p>The value does not include the inter-frequency Ionospheric bias. * * * <p>The sign of the value is defined by the following equation: * <pre> * corrected pseudorange = raw pseudorange - FullInterSignalBiasNanos</pre> * * <p>The value is only available if {@link #hasFullInterSignalBiasNanos()} is {@code true}. * <p>The value is only available if {@link #hasFullInterSignalBiasNanos()} is {@code true}. */ */ public double getFullInterSignalBiasNanos() { public double getFullInterSignalBiasNanos() { Loading Loading @@ -1626,6 +1630,10 @@ public final class GnssMeasurement implements Parcelable { * type in {@link GnssClock#getReferenceConstellationTypeForIsb())</li> * type in {@link GnssClock#getReferenceConstellationTypeForIsb())</li> * </ul> * </ul> * * * <p>The sign of the value is defined by the following equation: * <pre> * corrected pseudorange = raw pseudorange - SatelliteInterSignalBiasNanos</pre> * * <p>The value is only available if {@link #hasSatelliteInterSignalBiasNanos()} is {@code * <p>The value is only available if {@link #hasSatelliteInterSignalBiasNanos()} is {@code * true}. * true}. */ */ Loading