Show / Hide Table of Contents

Enum SearchVehiclesRequest.Types.CurrentTripsPresent

Specifies the types of restrictions on a vehicle's current trips.

Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public enum SearchVehiclesRequest.Types.CurrentTripsPresent

Fields

Name Description
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 be true.

None

Vehicles without trips can appear in search results. When this value is used, include_back_to_back cannot be true.

Unspecified

The availability of vehicles with trips present is governed by the include_back_to_back field.

In this article
Back to top Generated by DocFX