Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
1 vote
0 answers
60 views

I'm having a "Connection refused" issue with the google-distance matrix-api API when processing a request. This "connection refused" return is seen in a few requests throughout the ...
Apti TI's user avatar
  • 11
1 vote
1 answer
67 views

I need to optimize routes to visit 7,000 points (~700 routes). Should I calculate a Distance Matrix of size 7000 X 7000 = 49,000,000 options? That means I would receive a Google invoice of ~0.005*49M =...
ZetesIL Dev's user avatar
0 votes
0 answers
51 views

I am developing a PHP application to calculate the distance between 2 locations. This is the code: $GOOGLE_API_KEY = <MYAPIKEY> $wayFrom = urlencode($wayFrom); $wayTo = urldecode($wayTo); $url =...
Zeno's user avatar
  • 65
0 votes
1 answer
46 views

We offer customers the option of calculating the distance between to Dutch addresses for things like travel expenses. One of the options we offer is the Google Distance Matrix where they enter two ...
Marco Hokke's user avatar
-1 votes
1 answer
108 views

I've got a list of addresses without city or zip, but in the vicinity of another address. The Google Distance Matrix API is generally able to infer the locale of the destination address from that of ...
NewSites's user avatar
  • 1,849
-1 votes
1 answer
497 views

I am trying to get the time it takes to get from place A to place B, using several mode of transportation: four-wheel, two-wheel, bicycle, and walk. I am stumbled upon the google distance matrix API ...
Steven Christian's user avatar
-1 votes
2 answers
192 views

I'm using the Google Maps API Node Client and calling the distancematrix function, but I'm getting an error that says o.map is not a function. const {Client} = require("@googlemaps/google-maps-...
Brian Zhou's user avatar
0 votes
1 answer
197 views

I'm just starting to use Google Maps APIs and I'm having some trouble when attempting to send a request via Postman to [https://maps.googleapis.com/maps/api/distancematrix?<params>&key="...
Jeff Bryant's user avatar
1 vote
1 answer
80 views

I am planning to take distance and time from a JSON list provided by google distance API however I have no idea how to specifically take the elements, here's the code I use to get the json Future<...
Flutter Beginner's user avatar
1 vote
1 answer
242 views

I'm talking specifically about the quota of type elements per minute per user. I set this value to 150. The documentation says number of elements is origins x destinations. This is how I call the api: ...
Wipster's user avatar
  • 1,571
1 vote
0 answers
136 views

In the google maps user-facing client, you can get ranges on a route's time (e.g. a planned route from London to Edinburgh shows "typically 6 hr 50 min to 8 hr 50 min, Arrive at about 10:30 PM&...
Spycho's user avatar
  • 7,798
0 votes
0 answers
146 views

I have been trying to only get the distance and duration using the Google Distance Matrix API. I tried and built and modified as I logically could but nothing. I even slice the response because I did ...
John Christ BOUMA's user avatar
0 votes
1 answer
353 views

I have been using the Google Maps API's distance matrix. However, this seems to not be working for some cities and I'd need your help to figure out why / what I'm doing wrong. Here's what I'm typing ...
Thomas Gonda's user avatar
-2 votes
1 answer
630 views

I am trying to implement a google maps distance matrix api request using, node JS google Client library. specifically @googlemaps/google-maps-services-js The problem am facing, I can only finds ...
Abdallah Mushi Nourdin's user avatar
-1 votes
1 answer
951 views

On Monday, August 8, 2022 20:37:30(IST) and Sunday, August 14, 2022 17:02:32(IST), when we called Google Distance Matrix API for following source and destination address combination origin_addresses: ...
Sagar Viradiya's user avatar

15 30 50 per page
1
2 3 4 5
27