SearchVehiclesResponseRestrictedLog

Contains restricted data from a SearchVehiclesResponse.

JSON representation
{
  "matches": [
    {
      object (VehicleMatchRestrictedLog)
    }
  ]
}
Fields
matches[]

object (VehicleMatchRestrictedLog)

List of VehicleMatches for the returned vehicles.

VehicleMatchRestrictedLog

Contains restricted data from a VehicleMatchLog.

JSON representation
{
  "vehicle": {
    object (VehicleRestrictedLog)
  },
  "vehicleTripsWaypoints": [
    {
      object (WaypointRestrictedLog)
    }
  ]
}
Fields
vehicle

object (VehicleRestrictedLog)

A vehicle that matches the request.

vehicleTripsWaypoints[]

object (WaypointRestrictedLog)

The ordered list of waypoints used to calculate the ETA.

WaypointRestrictedLog

Describes intermediate points along a route.

JSON representation
{
  "latLng": {
    object (LatLng)
  }
}
Fields
latLng

object (LatLng)

The location of this waypoint.