AI-generated Key Takeaways
-
The Route Optimization API, accessed via
routeoptimization.googleapis.com
, enables developers to build applications for efficient route planning and optimization. -
The API provides functionalities for optimizing vehicle tours, handling shipments, and minimizing overall costs associated with logistics.
-
Users can leverage methods like
OptimizeTours
andBatchOptimizeTours
to achieve these optimization goals. -
Long-running operations can be managed through dedicated methods such as
GetOperation
,ListOperations
, andCancelOperation
.
The Route Optimization API.
Service: routeoptimization.googleapis.com
The Service name routeoptimization.googleapis.com
is needed to create RPC client stubs.
google.longrunning.Operations
Methods | |
---|---|
|
Starts asynchronous cancellation on a long-running operation. |
|
Deletes a long-running operation. |
|
Gets the latest state of a long-running operation. |
|
Lists operations that match the specified filter in the request. |
|
Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. |
google.maps.routeoptimization.v1.RouteOptimization
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. |