Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
34 views

I am using the optimizeTours API call with (1) Two IDENTICAL loads and (2) One vehicle that can hold both loads. The response (incorrectly?) shows only one load for each visit, but (correctly) adds ...
Dave C's user avatar
  • 101
0 votes
0 answers
39 views

I'm using the RouteOptimization API to plan pick-ups and deliveries for my business. I have multiple pick-up points (suppliers) and multiple delivery places (clients). I also have returns, packages ...
AllWhite's user avatar
0 votes
1 answer
80 views

I used gcloud iam workload-identity-pools create-cred-config ... on the CLI, then used gcloud auth login --cred-file=FILENAME I get the following message: Authenticated with external account ...
DafyddNZ's user avatar
  • 258
0 votes
1 answer
123 views

I'm using the Route Optimization API, but I'm noticing that I'm not getting all my points and that the missing delivery doesn't have a shipmentIndex. import { NextResponse } from 'next/server'; import ...
Luis Fernando montes blanco's user avatar
1 vote
1 answer
135 views

I'm using Google RO API to create clusters. There is a capacity constraint on the clusters and the clusters should not overlap with each other. To do this, I've set the load demand of each shipment to ...
Darsh Patel's user avatar
2 votes
1 answer
143 views

I’m using the Google Route Optimization API to optimize 50 stops with one vehicle. I have around 10 points within a 100m radius, but after optimization, they are not visited sequentially (refer to the ...
Darsh Patel's user avatar
1 vote
1 answer
177 views

Fixed sized clusters I need help with a capacitated clustering task. I have 400 locations (the number can vary each time), and I need to create fixed-size clusters (e.g., 40 locations per cluster). ...
Darsh Patel's user avatar
1 vote
1 answer
106 views

I am working on a delivery scheduling app using Google Route Optimization API. So scenario is I have to schedule multiday deliveries with one vehicle. Each day the vehicle only have to deliver 3 to 4 ...
Pravin Patil's user avatar
0 votes
1 answer
307 views

I'm trying to solve the Vehicle Route Optimisation with Time Window constraints using Google's OR Tools in Python. The problem here I'm solving is - I want to deliver packages to the customer, where ...
paresh patil's user avatar
1 vote
0 answers
443 views

My organization was using the Google Directions API for route optimization, but we migrated to the Routes API because initial documentation suggested it would allow us to optimize routes with 25+ ...
Anne Stine's user avatar
2 votes
1 answer
1k views

I understand both Google Maps Routes API and the (newly-launched) Route Optimization API will return the best possible route through multiple stops. Route Optimization API seems like it can handle ...
Avnish 's user avatar