Module: Google::Maps::FleetEngine::V1::SearchVehiclesRequest::CurrentTripsPresent
- Defined in:
- proto_docs/google/maps/fleetengine/v1/vehicle_api.rb
Overview
Specifies the types of restrictions on a vehicle's current trips.
Constant Summary collapse
- CURRENT_TRIPS_PRESENT_UNSPECIFIED =
The availability of vehicles with trips present is governed by the
include_back_to_back
field. 0
- NONE =
Vehicles without trips can appear in search results. When this value is used,
include_back_to_back
cannot betrue
. 1
- ANY =
Vehicles with at most 5 current trips and 10 waypoints are included in the search results. When this value is used,
include_back_to_back
cannot betrue
. 2