Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.1 KB

VehicleStatsGps.md

File metadata and controls

18 lines (14 loc) · 1.1 KB

VehicleStatsGps

GPS location data for the vehicle.

Properties

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`.

[Back to Model list] [Back to API list] [Back to README]