AI-generated Key Takeaways
- 
          This resource represents Route Optimization within Google Maps Platform and does not store persistent data. 
- 
          It offers two primary methods: batchOptimizeToursfor optimizing multiple vehicle tours at once andoptimizeToursfor optimizing a single set of routes based on a provided model.
- 
          These methods allow users to minimize overall transportation costs by generating efficient vehicle routes for deliveries or other logistical operations. 
Resource
There is no persistent data associated with this resource.
| Methods | |
|---|---|
| 
 | Optimizes vehicle tours for one or more OptimizeToursRequestmessages as a batch. | 
| 
 | Sends an OptimizeToursRequestcontaining aShipmentModeland returns anOptimizeToursResponsecontainingShipmentRoutes, which are a set of routes to be performed by vehicles minimizing the overall cost. | 
| 
 | This is a variant of the OptimizeToursmethod designed for optimizations with large timeout values. | 
| 
 | This is a variant of the OptimizeToursLongRunningmethod designed for optimizations with large timeout values and large input/output sizes. |