REST Resource: projects.locations
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-09 UTC.
[null,null,["Last updated 2024-12-09 UTC."],[[["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 and `optimizeTours` for optimizing routes based on shipment models and minimizing costs."],["The `optimizeTours` method utilizes a `ShipmentModel` as input and provides an `OptimizeToursResponse` containing efficient `ShipmentRoute`s for vehicle execution."]]],["The resource described has no persistent data. Two methods are available: `batchOptimizeTours` and `optimizeTours`. `batchOptimizeTours` optimizes vehicle tours for multiple `OptimizeToursRequest` messages in a single batch. `optimizeTours` processes a single `OptimizeToursRequest`, which includes a `ShipmentModel`, and returns an `OptimizeToursResponse` with optimized `ShipmentRoute`s, aiming to minimize the overall cost of vehicle routes.\n"]]