summaryrefslogtreecommitdiff
path: root/location/java
diff options
context:
space:
mode:
author Yu-Han Yang <yuhany@google.com> 2021-04-27 09:36:40 -0700
committer Yu-Han Yang <yuhany@google.com> 2021-04-27 09:36:40 -0700
commit331748aa07e659b47d686e7ac081f205364901ac (patch)
treee0ee00567d8daa50cdc71efb6391f6d1e6fee741 /location/java
parentb2d2a8f023f52b52a75710e11fc4cc6c45af465e (diff)
Clarify ISB sign in Javadoc
Bug: 162508535 Test: doc update only Change-Id: I3267a8b02d47e780cf1124a0882a26958383dd5f
Diffstat (limited to 'location/java')
-rw-r--r--location/java/android/location/GnssMeasurement.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/location/java/android/location/GnssMeasurement.java b/location/java/android/location/GnssMeasurement.java
index 242d9a3627db..f4466782ac8a 100644
--- a/location/java/android/location/GnssMeasurement.java
+++ b/location/java/android/location/GnssMeasurement.java
@@ -1530,6 +1530,10 @@ public final class GnssMeasurement implements Parcelable {
*
* <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}.
*/
public double getFullInterSignalBiasNanos() {
@@ -1626,6 +1630,10 @@ public final class GnssMeasurement implements Parcelable {
* type in {@link GnssClock#getReferenceConstellationTypeForIsb())</li>
* </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
* true}.
*/