DeliveryVehicleRestrictedLog

Contains restricted data from a DeliveryVehicle.

JSON representation
{
  "remainingVehicleJourneySegments": [
    {
      object (VehicleJourneySegmentRestrictedLog)
    }
  ],
  "currentRouteSegment": string,
  "currentRouteSegmentEndPoint": {
    object (LatLng)
  }
}
Fields
remainingVehicleJourneySegments[]

object (VehicleJourneySegmentRestrictedLog)

The remaining set of journey segments assigned to this Vehicle, downsampled and compressed using S2 polylines.

currentRouteSegment

string (bytes format)

The list of road-snapped route segments in the current route, downsampled and compressed using S2 polylines.

A base64-encoded string.

currentRouteSegmentEndPoint

object (LatLng)

Road snapped lat-lng end point of the current route.