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)

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