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)

このタスクを完了する前に、割り当てられた車両が通過する各駅 / 停留所の追跡情報。このリストには、他のタスクの経由地が含まれている可能性があります。