The location, speed, and heading of a vehicle at a point in time.
JSON representation |
---|
{ "locationHandle": string, "serverTime": string, "heading": integer, "headingAccuracy": number, "altitude": number, "altitudeAccuracy": number, "speed": number, "speedAccuracy": number, "locationSensor": enum ( |
Fields | |
---|---|
locationHandle |
The handle to get the high resolution vehicle location from Archive Service. A base64-encoded string. |
serverTime |
The time when server receives the location. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
heading |
Direction the vehicle is moving in degrees. 0 represents North. The valid range is [0,360). |
headingAccuracy |
Accuracy of heading in degrees. |
altitude |
Altitude in meters above WGS84. |
altitudeAccuracy |
Accuracy of |
speed |
Speed of vehicle in meters/second |
speedAccuracy |
Accuracy of speed in meters/second. |
locationSensor |
Location data provider. |
isGpsSensorEnabled |
Specifies whether GPS Provider is enabled. |
rawLocation |
Raw location with no road-snapping processing. |
rawLocationTime |
The time when the raw location was recorded. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
rawLocationAccuracy |
Accuracy of raw location (lat/lng) in meters as a radius. |
location |
The high resolution vehicle location |