Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 865 Bytes

VehicleLocation.md

File metadata and controls

16 lines (12 loc) · 865 Bytes

VehicleLocation

Vehicle location event.

Properties

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

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