VehicleLocationLog

המיקום, המהירות והכיוון של רכב בנקודת זמן מסוימת.

ייצוג JSON
{
  "location": {
    object (LatLng)
  },
  "latlngAccuracy": number,
  "serverTime": string,
  "heading": integer,
  "headingAccuracy": number,
  "bearingAccuracy": number,
  "altitude": number,
  "verticalAccuracy": number,
  "altitudeAccuracy": number,
  "speed": number,
  "speedAccuracy": number,
  "locSensor": enum (LocationSensorLog),
  "isRoadSnapped": boolean,
  "isGpsSensorEnabled": boolean,
  "rawLocation": {
    object (LatLng)
  },
  "rawLocationSensor": enum (LocationSensorLog),
  "rawLocationTime": string,
  "rawLocationAccuracy": number,
  "supplementalLocation": {
    object (LatLng)
  },
  "supplementalLocationTime": string,
  "supplementalLocationSensor": enum (LocationSensorLog),
  "supplementalLocationAccuracy": number
}
שדות
location

object (LatLng)

מיקום הרכב.

latlngAccuracy

number

דיוק של location במטרים כרדיוס.

serverTime

string (Timestamp format)

השעה שבה השרת מקבל את המיקום.

חותמת זמן ב-RFC3339 UTC 'Zulu' בפורמט של רזולוציה של ננו-שנייה ועד תשע ספרות עשרוניות. דוגמאות: "2014-10-02T15:01:23Z" ו-"2014-10-02T15:01:23.045123456Z".

heading

integer

כיוון שהרכב נע במעלות. 0 מייצג את הצפון. הטווח החוקי הוא [0,360).

headingAccuracy

number

דיוק של heading במעלות.

bearingAccuracy
(deprecated)

number

הוצא משימוש: במקומו צריך להשתמש ברכיב headingAccuracy.

altitude

number

גובה במטרים מעל WGS84.

verticalAccuracy
(deprecated)

number

הוצא משימוש: במקומו צריך להשתמש ברכיב altitudeAccuracy.

altitudeAccuracy

number

דיוק של altitude במטרים.

speed

number

מהירות הרכב במטרים לשנייה

speedAccuracy

number

דיוק המהירות במטרים לשנייה.

locSensor

enum (LocationSensorLog)

ספק נתוני מיקום.

isRoadSnapped

boolean

האם location מוצמד לכביש.

isGpsSensorEnabled

boolean

מציינת אם ספק ה-GPS מופעל.

rawLocation

object (LatLng)

מיקום גולמי ללא עיבוד של צילום כביש.

rawLocationSensor

enum (LocationSensorLog)

המקור של המיקום הגולמי.

rawLocationTime

string (Timestamp format)

השעה שבה המיקום הגולמי תועד.

חותמת זמן ב-RFC3339 UTC 'Zulu' בפורמט של רזולוציה של ננו-שנייה ועד תשע ספרות עשרוניות. דוגמאות: "2014-10-02T15:01:23Z" ו-"2014-10-02T15:01:23.045123456Z".

rawLocationAccuracy

number

דיוק של המיקום הגולמי (קו רוחב/lng) במטרים כרדיוס.

supplementalLocation

object (LatLng)

מיקום נוסף שסופק על ידי האפליקציה המשולבת.

supplementalLocationTime

string (Timestamp format)

חותמת הזמן שמשויכת למיקום המשלים.

חותמת זמן ב-RFC3339 UTC 'Zulu' בפורמט של רזולוציה של ננו-שנייה ועד תשע ספרות עשרוניות. דוגמאות: "2014-10-02T15:01:23Z" ו-"2014-10-02T15:01:23.045123456Z".

supplementalLocationSensor

enum (LocationSensorLog)

המקור של המיקום המשלים.

supplementalLocationAccuracy

number

דיוק של supplementalLocation כרדיוס, במטרים.