struct Google::Maps::RouteOptimization::OptimizeToursResponse
- Google::Maps::RouteOptimization::OptimizeToursResponse
- Struct
- Value
- Object
Included Modules
- Google::Resource
- JSON::Serializable
- MessagePack::Serializable
Extended Modules
- JSON::Schema
Defined in:
maps.crConstructors
Instance Method Summary
-
#metrics : Metrics
Duration, distance and usage metrics for this solution.
-
#request_label : String | Nil
Copy of the
OptimizeToursRequest#label,
if a label was specified in the request. -
#routes : Array(ShipmentRoute)
Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
-
#skipped_shipments : Array(SkippedShipment)
The list of all shipments skipped.
-
#validation_errors : Array(OptimizeToursValidationError)
List of all the validation errors that we were able to detect independently.
Macros inherited from module Google::Resource
define(name, *fields)
define,
field(var, key = nil, **options, &block)
field,
field!(var, key = nil, **options, &block)
field!,
field?(var, key = nil, **options, &block)
field?
Constructor Detail
Instance Method Detail
Copy of the OptimizeToursRequest#label,
if a label was specified in the request.
Routes computed for each vehicle; the i-th route corresponds to the i-th vehicle in the model.
List of all the validation errors that we were able to detect independently. See the "MULTIPLE ERRORS" explanation for the OptimizeToursValidationError message. Instead of errors, this will include warnings in the case solvingMode is DEFAULT_SOLVE.