Reference documentation and code samples for the Google Maps FleetEngine V1 Client class SolutionType.
Selector for different solution types of a reported trip.
Protobuf type maps.fleetengine.v1.ReportBillableTripRequest.SolutionType
Namespace
Google \ Maps \ FleetEngine \ V1 \ ReportBillableTripRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SOLUTION_TYPE_UNSPECIFIED
Value: 0
The default value. For backwards-compatibility, the API will use
ON_DEMAND_RIDESHARING_AND_DELIVERIES
by default which is the first
supported solution type.
Generated from protobuf enum SOLUTION_TYPE_UNSPECIFIED = 0;
ON_DEMAND_RIDESHARING_AND_DELIVERIES
Value: 1
The solution is an on-demand ridesharing and deliveries trip.
Generated from protobuf enum ON_DEMAND_RIDESHARING_AND_DELIVERIES = 1;