AI-generated Key Takeaways
-
This resource represents route optimization functionality within Google Maps Platform and does not store persistent data.
-
It offers two primary methods:
batchOptimizeTours
for processing multiple optimization requests concurrently andoptimizeTours
for optimizing routes based on shipment models and minimizing costs. -
The
optimizeTours
method utilizes aShipmentModel
as input and provides anOptimizeToursResponse
containing efficientShipmentRoute
s for vehicle execution.
Resource
There is no persistent data associated with this resource.
Methods |
|
---|---|
|
Optimizes vehicle tours for one or more OptimizeToursRequest messages as a batch. |
|
Sends an OptimizeToursRequest containing a ShipmentModel and returns an OptimizeToursResponse containing ShipmentRoute s, which are a set of routes to be performed by vehicles minimizing the overall cost. |
|
This is a variant of the OptimizeTours method designed for optimizations with large timeout values. |
|
This is a variant of the OptimizeToursLongRunning method designed for optimizations with large timeout values and large input/output sizes. |