Skip to content

Commit 17c3cb2

Browse files
committed
split out accuracy types
1 parent 97969dc commit 17c3cb2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

data-types.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
141141
| `altitude` | Double | Required if Available | Altitude above mean sea level in meters |
142142
| `heading` | Double | Required if Available | Degrees - clockwise starting at 0 degrees at true North |
143143
| `speed` | Float | Required if Available | Estimated speed in meters / sec as reported by the GPS chipset |
144-
| `accuracy` | Float | Required if Available | Horizontal accuracy, in meters |
144+
| `horizontal_accuracy` | Float | Required if Available | Horizontal accuracy, in meters |
145+
| `vertical_accuracy` | Float | Required if Available | Horizontal accuracy, in meters |
145146
| `hdop` | Float | Required if Available | Horizontal GPS or GNSS accuracy value (see [hdop][hdop]) |
146147
| `satellites` | Integer | Required if Available | Number of GPS or GNSS satellites |
147148

0 commit comments

Comments
 (0)