Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
111 views

I am using the Routes API to get the distance between pairs of origins and destinations. curl -X POST "https://routes.googleapis.com/distanceMatrix/v2:computeRouteMatrix" -H "X-Goog-...
Tanmeet Singh Chhabra's user avatar
0 votes
2 answers
176 views

I am trying to make filters for the data returned by the Google Maps Platform Compute Routes API documented here but adding selections for any fields that have latitude and longitude data ignores ...
Clarence Alucho's user avatar
1 vote
1 answer
491 views

I’m using the Google Navigation SDK for Android together with the Routes API - directions/v2:computeRoutes. From computeRoutes I get two routes: the default one and an alternate. I want to navigate ...
zon1k's user avatar
0 votes
1 answer
164 views

I'm attempting to use the Google Routes Api through their client library in C#. They show sample code: public async Task ComputeRoutesRequestObjectAsync() { // Create client ...
Justin's user avatar
0 votes
1 answer
209 views

I request the google route api { "origin":{ "address": "日本福岡國際機場" }, "destination":{ "address": "博多車站" }, "travelMode&...
just_code_dog's user avatar
0 votes
1 answer
126 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
138 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
0 votes
0 answers
106 views

Google Maps discontinued Directions and DistanceMatrix a couple of weeks ago and I am trying to adapt CURL code in PHP to switch over to the Routes API. There does not seem to yet be any handy pre-...
D Yates's user avatar
2 votes
1 answer
314 views

I'm migrating from Google Directions API to Routes API, and I've noticed that the leg objects returned in Routes API only include the latitude/longitude of the start/end location. In Directions API, ...
Jonathan Wareham's user avatar
1 vote
0 answers
303 views

On 1 March 2025, support for Google Directions API will be discontinued in favour of Routes API. Currently, on all my projects, requests for Routes on Google Directions API are made on the client side ...
Julius Goddard's user avatar
0 votes
1 answer
236 views

I'm having problems with the Routes API. The ApiKey is restricted so that only my application can use it. I'm using retrofit to make a request but I'm getting a 403 error all the time. I've tried ...
albrivas's user avatar
0 votes
1 answer
267 views

When using the web endpoint with python requests for computing Routes with Google Cloud, https://routes.googleapis.com/directions/v2:computeRoutes, I get the response in json. This is how I build the ...
Guanaco Devs's user avatar
0 votes
0 answers
247 views

I'm trying to make a POST request to https://routes.googleapis.com/directions/v2:computeRoutes with a field mask like in the documentation to only get the data I need. It works well with most fields, ...
Joe's user avatar
2 votes
1 answer
228 views

I want to solve the issue of the Vehicle Routing Problem (VRP) using ComputeRoutes google API (API), as it is more clear and supports nodejs. I have already create the function with ComputeRoutes, the ...
Julian's user avatar
1 vote
0 answers
453 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

15 30 50 per page