The location, speed, and heading of a vehicle at a point in time.
JSON representation |
---|
{ "location": { object ( |
Fields | |
---|---|
location |
Vehicle location. |
latlngAccuracy |
Accuracy of |
serverTime |
The time when the server receives the location. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
heading |
Direction the vehicle is moving in degrees. 0 represents North. The valid range is [0,360). |
headingAccuracy |
Accuracy of |
bearingAccuracy |
Deprecated: Use |
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. |
isRoadSnapped |
Whether |
isGpsSensorEnabled |
Specifies whether GPS Provider is enabled. |
rawLocation |
Raw location with no road-snapping processing. |
rawLocationSensor |
Source of the raw location. |
rawLocationTime |
The time when the raw location was recorded. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
rawLocationAccuracy |
Accuracy of raw location (lat/lng) in meters as a radius. |
supplementalLocation |
Supplemental location provided by the integrating app. |
supplementalLocationTime |
Timestamp associated with the supplemental location. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
supplementalLocationSensor |
Source of the supplemental location. |
supplementalLocationAccuracy |
Accuracy of |