TaskRestrictedLog

包含来自 TaskLog 的受限数据。

JSON 表示法
{
  "plannedLocation": {
    object (LocationInfoRestrictedLog)
  },
  "journeySharingInfo": {
    object (JourneySharingInfoRestrictedLog)
  }
}
字段
plannedLocation

object (LocationInfoRestrictedLog)

计划完成任务的位置。

journeySharingInfo

object (JourneySharingInfoRestrictedLog)

历程共享特定字段。

LocationInfoRestrictedLog

包含来自 LocationInfoRestrictedLog 的受限数据。

JSON 表示法
{
  "point": {
    object (LatLng)
  }
}
字段
point

object (LatLng)

位置的纬度/经度。

JourneySharingInfoRestrictedLog

历程共享特定字段。

JSON 表示法
{
  "remainingVehicleJourneySegments": [
    {
      object (VehicleJourneySegmentRestrictedLog)
    }
  ]
}
字段
remainingVehicleJourneySegments[]

object (VehicleJourneySegmentRestrictedLog)

在完成此任务之前,分配车辆将要到达的每个经停点的跟踪信息。此列表可能包含其他任务的经停点。