DeliveryVehicleRestrictedLog

包含来自 DeliveryVehicle 的受限数据。

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

object (VehicleJourneySegmentRestrictedLog)

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

currentRouteSegment

string (bytes format)

当前路线中道路吸附的路线路段列表,使用 S2 多段线降采样并压缩。

使用 base64 编码的字符串。

currentRouteSegmentEndPoint

object (LatLng)

道路沿实际道路的经纬度终点。