There is a glitch in the GoogleMaps DistanceMatrixApi. For the origin pin code B3H and destination pin code B3J with Travel Mode = DRIVING, the distance returned from the GoogleMaps DistanceMatrixApi is null. There are also some other cases when the origin pin code R4G and destination pin codes in (R3J , R2J, R3W, R3M) with Travel Mode = DRIVING ,the distance returned from GoogleMaps DistanceMatrixApi is null.
Issue Regarding GoogleMaps DistanceMatrixApi
46 Views Asked by Piyush Gupta At
1
There are 1 best solutions below
Related Questions in GOOGLE-DISTANCEMATRIX-API
- distance matrix api gives incorrect data
- Restrict Google DistanceMatrixService to return only land routes
- Google Distance Matrix API - Wrong calculated distances if addresses incomplete
- Google Distance Matrix API for two-wheel
- Getting error: "o.map is not a function" when using google maps distance matrix api in Node.js
- How to compute the distance matrix of many origins and destinations
- Quota limit for google API distance matrix & Excel VBA queries
- Is Air Travel Supported on this API?
- Google Distance API Invalid Key
- How to pick specific elements from a jsondecode in flutter
- Google distance matrix api quota behaves unreliable
- How can you get journey time volatility info from Google Maps Platform APIs?
- How to parse Distance Matrix in JS to only get the distance and the duration?
- Cities missing in Google Maps API distance matrix
- google maps, client libraries node js, distance matrix request js
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I have send the request according to your requirement and it is giving me result also travel mode is driving by default for distance matrix api, By default, directions are calculated as driving directions.
https://maps.googleapis.com/maps/api/distancematrix/json?origins=B3H&destinations=B3J&mode=driving&key=YOUR_API_KEY