The location, speed, and heading of a vehicle at a point in time.
JSON representation |
---|
{ "location": { object ( |
Fields | |
---|---|
location |
Vehicle location. |
serverTime |
The time when the 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). |
bearingAccuracy |
Accuracy of bearing in degrees. |
altitude |
Altitude in meters above WGS84. |
verticalAccuracy |
Deprecated: Use |
altitudeAccuracy |
Accuracy of |
speed |
Speed of vehicle in meters/second |
speedAccuracy |
Accuracy of speed in meters/second. |
locSensor |
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. |