GPS location data for the vehicle.
Name | Type | Description | Notes |
---|---|---|---|
address | VehicleLocationAddress | [optional] | |
heading_degrees | float | Heading of the vehicle in degrees. | [optional] |
is_ecu_speed | bool | True if the speed value is reported from the ECU. Speed value is reported from GPS otherwise. | [optional] |
latitude | float | GPS latitude represented in degrees | |
longitude | float | GPS longitude represented in degrees | |
reverse_geo | VehicleLocationReverseGeo | [optional] | |
speed_miles_per_hour | 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`. |