Vehicle location event.
Name | Type | Description | Notes |
---|---|---|---|
heading | float | Heading of the vehicle in degrees. | [optional] |
latitude | float | GPS latitude represented in degrees | |
longitude | float | GPS longitude represented in degrees | |
reverse_geo | VehicleLocationReverseGeo | [optional] | |
speed | float | GPS speed of the vehicle in miles per hour. See `isEcuSpeed` to determine speed data source. | [optional] |
time | str | UTC timestamp in RFC 3339 format. Example: `2020-01-27T07:06:25Z`. |