Enum ShipmentTypeRequirement.Types.RequirementMode
Modes defining the appearance of dependent shipments on a route.
Namespace: Google.Maps.RouteOptimization.V1
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public enum ShipmentTypeRequirement.Types.RequirementMode
Fields
Name | Description |
---|---|
InSameVehicleAtDeliveryTime | Same as before, except the "dependent" shipments need to have a "required" shipment on their vehicle at the time of their delivery. |
InSameVehicleAtPickupTime | With the A "dependent" shipment pickup must therefore have either:
|
PerformedBySameVehicle | In this mode, all "dependent" shipments must share the same vehicle as at least one of their "required" shipments. |
Unspecified | Unspecified requirement mode. This value should never be used. |