All Questions
Tagged with google-direction or google-directions-api
521 questions
-3
votes
0
answers
52
views
I want to get the ETA for travel between two destinations in flutter [closed]
I'm planning on using the Google maps API in flutter for a kind of delivery app. I plan on showing the user the estimated time of arrival that the food will be delivered to them. I have designed it so ...
0
votes
1
answer
135
views
Why Google Map Route API is different from google map?
I request the google route api
{
"origin":{
"address": "ζ₯ζ¬η¦ε²‘ειζ©ε ΄"
},
"destination":{
"address": "εε€θ»η«"
},
"travelMode&...
0
votes
0
answers
86
views
Google's Distance Matrix API vs Routes API
I have an app that uses the Distance Matrix API. The origin and destination inputs that I give it are simple strings like "shibuya" and "harajuku". It returns the formatted address ...
2
votes
1
answer
229
views
Google Routes API - Get leg startLocation / endLocation as address name
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, ...
1
vote
1
answer
288
views
How to avoid getting a 404 Error on Google Maps Routes API
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 ...
1
vote
0
answers
230
views
How To Send A Request to Google Routes API on the Client Side
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 ...
0
votes
1
answer
246
views
Google Maps Direction API Japan - No results returned for transit [closed]
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 ...
0
votes
2
answers
86
views
Flutter Web - Localhost request to maps.googleapis.com
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 ...
2
votes
0
answers
338
views
How to make direction lines like google map using react native map and react native maps directions?
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. ...
0
votes
1
answer
75
views
Parse data from Google Directions API using GSON
My api response is this -
{
"geocoded_waypoints": [],
"routes": [
{
"bounds": {},
"copyrights": "Map data Β©2024",
"legs": [
{
"distance&...
-2
votes
1
answer
59
views
How to minimize queries when recalculating route?
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 ...
0
votes
1
answer
119
views
Google map directions delay loading the itinerary
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 ...
0
votes
0
answers
85
views
API project is not authorized to use this even no ristriction
I have a issue regarding
Directions API Response:
{
"error_message" : "This API project is not authorized to use this API.",
"routes" : [],
"status" : &...
1
vote
1
answer
707
views
Google maps API is returning ZERO_RESULTS for a directions request via API, but works on Google maps
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....
-2
votes
1
answer
337
views
Google API directions doesn't work at all with GPT assistant
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 ...