Skip to content

Commit c7a75a5

Browse files
authored
Update README.md
1 parent a090e4c commit c7a75a5

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -139,27 +139,7 @@ You can access device location through GPS using following URL.
139139

140140
ws://<ip>:<port>/gps
141141
142-
143-
JSON response contains following key fields.
144-
145-
| Field | Description |
146-
|-------------|------------------------------------------------------------------------------------------------------------------------|
147-
| longitude | Longitude in degrees. |
148-
| latitude | Latitude in degrees. |
149-
| altitude | The altitude of the location in meters above the WGS84 reference ellipsoid. |
150-
| bearing | Bearing at the time of this location in degrees. Bearing is the horizontal direction of travel and is unrelated to device orientation. The bearing is guaranteed to be in the range \[0, 360). |
151-
| accuracy | Estimated horizontal accuracy radius in meters of this location at the 68th percentile confidence level. |
152-
| speed | Speed at the time of this location in meters per second. |
153-
| time | The Unix epoch time of this location fix, in milliseconds since the start of the Unix epoch (00:00:00 January 1, 1970 UTC). |
154-
155-
Fields only for Android 8.0 and above.
156-
157-
| Field | Description |
158-
|---------------------------|-----------------------------------------------------------------------------------------------------------------|
159-
| speedAccuracyMetersPerSecond | Estimated speed accuracy in meters per second of this location at the 68th percentile confidence level. |
160-
| bearingAccuracyDegrees | Estimated bearing accuracy in degrees of this location at the 68th percentile confidence level. |
161-
| elapsedRealtimeNanos | Time of this fix in nanoseconds of elapsed realtime since system boot. |
162-
| verticalAccuracyMeters | The estimated altitude accuracy in meters of this location at the 68th percentile confidence level. |
142+
See [Getting Data From GPS](https://github.com/umer0586/SensorServer/wiki/Getting-Data-From-GPS) for more details
163143

164144

165145

0 commit comments

Comments
 (0)