Enum ShipmentModel.Types.Objective.Types.Type
The objective type that will be mapped to a set of costs.
Namespace: Google.Maps.RouteOptimization.V1
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public enum ShipmentModel.Types.Objective.Types.Type
Fields
| Name | Description |
|---|---|
| Default | A default set of costs will be used, to ensure a reasonable solution. Note: this objective can be used on its own, but will also always be added with weight 1.0, as a baseline, to the objectives specified by the user, if it's not already present. |
| MinDistance | "MIN" objectives. Minimize the total distance traveled. |
| MinNumVehicles | Minimize the number of vehicles used. |
| MinTravelTime | Same as above but focusing on travel time only. |
| MinWorkingTime | Minimize the total working time, summed over all vehicles. |