google-distancematrix-api Questions

8

I was trying to use Google Distance Matrix API JSON in my project, after formatting the url, for example: http://maps.googleapis.com/maps/api/distancematrix/json?origins=Vancouver+BC|Seattle&...

0

I want to display a grid with start and destination travel point with google distance matrix response value of the same. For this, I have GPS coordinates of origin and destination in the array. I a...
Whose asked 31/5, 2019 at 15:9

1

Solved

Per Google, "Beginning on June 11, 2018, you’ll need to enable billing with a credit card and have a valid API key for all projects. This will give you the ability to scale easily with less downti...

3

I have added the dependency of Google Maps API Java Client in my Java project. I have a set of origin distances, destination distance and also teh GeoApiContext as such: GeoApiContext context = ne...
Indecisive asked 12/11, 2016 at 9:4

2

I am trying to develop something which involves finding distance between two geo locations. There are many such combinations of source and destination, which I am passing into google distance API ...

1

I am using both the "duration_in_traffic" and "duration" feature using the DistanceMatrix API. For a given coordinate pair, I see the following results: { "destination_addresses": [ "Hamburg, G...

2

Solved

I am performing a request to the Google Maps Distance Matrix API to calculate the distance from one point to another. Both points are in Russia. The problem is that, in some cases, the API returns ...
Lubricant asked 4/5, 2016 at 12:53

1

Solved

I'm searching for a way to calculate mileage by US State based on an origin, waypoints and destination of a route using Google Maps API v3. I have tried using Googles Distance Matrix API but this ...
Precise asked 1/12, 2015 at 19:48

1

Solved

I need to calculating times and distances with multple travel modes, I try to pass multiple travel modes separated with | like this: https://maps.googleapis.com/maps/api/distancematrix/json?or...
Belak asked 31/10, 2015 at 9:16
1

© 2022 - 2024 — McMap. All rights reserved.