Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
80 views

I am using the Google Distance Matrix API with `departure_time` and `traffic_model`. I call the API with different traffic_model values: best_guess optimistic pessimistic I understand the basic ...
Alexandra's user avatar
1 vote
0 answers
81 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
78 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
60 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
55 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
117 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,845
-1 votes
1 answer
551 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
206 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
205 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
83 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
255 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,569
1 vote
0 answers
139 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,808
0 votes
0 answers
151 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
387 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
652 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

15 30 50 per page
1
2 3 4 5
27