VehicleRestrictedLog

包含来自 VehicleLog 的受限数据。

JSON 表示法
{
  "currentRouteSegment": string,
  "waypoints": [
    {
      object (TripWaypointRestrictedLog)
    }
  ]
}
字段
currentRouteSegment

string

多段线,用于指定驾驶员应用打算前往下一个航点的路线。

waypoints[]

object (TripWaypointRestrictedLog)

分配给此车辆的其余航点。