VehicleRestrictedLog

Contiene datos restringidos de un VehicleLog.

Representación JSON
{
  "currentRouteSegment": string,
  "waypoints": [
    {
      object (TripWaypointRestrictedLog)
    }
  ]
}
Campos
currentRouteSegment

string

La polilínea que especifica la ruta que la app de conductor intenta tomar hasta el siguiente punto de referencia

waypoints[]

object (TripWaypointRestrictedLog)

Los puntos de referencia restantes asignados a este vehículo.