DeliveryVehicleRestrictedLog

包含来自 DeliveryVehicle 的受限数据。

JSON 表示法
{
  "remainingVehicleJourneySegments": [
    {
      object (VehicleJourneySegmentRestrictedLog)
    }
  ],
  "currentRouteSegment": string,
  "currentRouteSegmentEndPoint": {
    object (LatLng)
  }
}
字段
remainingVehicleJourneySegments[]

object (VehicleJourneySegmentRestrictedLog)

分配给此车辆的其余行程路段,使用 S2 多段线进行下采样和压缩。

currentRouteSegment

string (bytes format)

当前路线中道路贴靠路线路段的列表,使用 S2 多段线进行下采样和压缩。

使用 base64 编码的字符串。

currentRouteSegmentEndPoint

object (LatLng)

道路当前路线的“纬度-经度”终点。