Skip to content

Commit b90ac42

Browse files
authored
Add location type to telemetry
1 parent 44c52ba commit b90ac42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

data-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
122122
| `journey_id` | UUID | Required | If telemetry occurred during a trip, the ID of the journey. If not in a trip, `null`.
123123
| `stop_id` | UUID | Required if Applicable | Stop that the vehicle is currently located at. Only applicable for _docked_ Micromobility. See [Stops][stops] |
124124
| `location` | [GPS][gps] | Required | Telemetry position data |
125+
| `location_type` | Enum | Required if Known | If detectable and known, what type of location the device is on or in. One of `street`, `sidewalk`, `crosswalk`, `garage`, `bike_lane`. |
125126
| `battery_percent` | Integer | Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 100 |
126127
| `fuel_percent` | Integer | Required if Applicable | Percent fuel in vehicle, expressed between 0 and 100 |
127128
| `tipped_over` | Boolean | Required if Known | If detectable and known, is the device tipped over or not? Default is 'false'. |

0 commit comments

Comments
 (0)