REST Resource: projects.locations

  • This resource does not have any persistent data associated with it.

  • The batchOptimizeTours method optimizes vehicle tours for one or more OptimizeToursRequest messages as a batch.

  • The optimizeTours method sends an OptimizeToursRequest and returns an OptimizeToursResponse, containing routes to be performed by vehicles to minimize overall cost.

  • optimizeToursLongRunning and optimizeToursUri are variants of the optimizeTours method, designed for optimizations with large timeout values and large input/output sizes, respectively.

Resource

There is no persistent data associated with this resource.

Methods

batchOptimizeTours

Optimizes vehicle tours for one or more OptimizeToursRequest messages as a batch.

optimizeTours

Sends an OptimizeToursRequest containing a ShipmentModel and returns an OptimizeToursResponse containing ShipmentRoutes, which are a set of routes to be performed by vehicles minimizing the overall cost.

optimizeToursLongRunning

This is a variant of the OptimizeTours method designed for optimizations with large timeout values.

optimizeToursUri

This is a variant of the OptimizeToursLongRunning method designed for optimizations with large timeout values and large input/output sizes.