Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

All Questions

Score of 0
1 answer
218 views

I request the google route api { "origin":{ "address": "日本福岡國際機場" }, "destination":{ "address": "博多車站" }, "travelMode&...
Score of 2
1 answer
319 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, ...
Score of 1
1 answer
451 views

I am trying to use Google Routes API, however it is returning a 404 error. No information on the network tab or anywhere else gives any indication of why this is happening so it is almost impossible ...
Score of 1
0 answers
308 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 ...
Score of 0
1 answer
490 views

I have been working on an application that uses Google Maps Directions API. I have been successful in getting Driving and Walking directions for Tokyo Japan. But once I change it to Transit, I get ...
Score of 0
2 answers
123 views

I am working on a flutter project and have run into an issue where I am unable to make web request to the google maps directions API. https://maps.googleapis.com/maps/api/directions I have already ...
Score of 2
0 answers
401 views

Images of maps, I'm building a react native app that includes react native google map and react native google maps directions packages to deliver items for several locations like a round. Trip. ...
Score of 0
1 answer
110 views

My api response is this - { "geocoded_waypoints": [], "routes": [ { "bounds": {}, "copyrights": "Map data ©2024", "legs": [ { "distance&...
Score of -2
1 answer
68 views

We use Directions API but a single route recalculation can generate up to 2000 queries, it is too expensive, how can it be optimized? We removed route recalculation and lowered the number of queries ...
Score of 0
1 answer
150 views

I'm using google map intent in my react native application has been almost one year without any problem passing the coordinates in this url allowing the user to open "Google maps" on ...
Score of 0
0 answers
94 views

I have a issue regarding Directions API Response: { "error_message" : "This API project is not authorized to use this API.", "routes" : [], "status" : &...
Score of 1
1 answer
904 views

Problematic call in question is: https://maps.googleapis.com/maps/api/directions/json?origin=35.73455050,-95.31531510&destination=29.67404860,-95.54087240&waypoints=29.92853940,-95.29782860|29....
Score of -2
1 answer
364 views

I'm a low experience user so be patient with me please. I'm trying to create a GPT assistant to help me in my work and I need it to have access to Google Direction API to calculate distance between ...
Score of 0
1 answer
355 views

I want to have smoother polylines displayed on the map. See the screenshot of sharp polyline. I found that "polylineQuality":"HIGH_QUALITY" is available in Routes Preferred API ...
Score of 1
1 answer
270 views

I have the following code: function CALCULATE_DRIVING_DISTANCE(origin, destination) { var directions = Maps.newDirectionFinder() .setOrigin(origin) .setDestination(destination) .setMode(...

15 30 50 per page
1
2 3 4 5
35