VehicleRestrictedLog

包含来自 VehicleLog 的受限数据。

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

string

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

waypoints[]

object (TripWaypointRestrictedLog)

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