1
votes
{
   "destination_addresses" : [ "14.868924,79.873609" ],
   "origin_addresses" : [ "14.843799,79.862726" ],
   "rows" : [
      {
         "elements" : [
            {
               "status" : "ZERO_RESULTS"
            }
         ]
      }
   ],
   "status" : "OK"
}

url for this above response is given below only change the API key to verify it.

https://maps.googleapis.com/maps/api/distancematrix/json?units=metric&origins=14.843799,79.862726&destinations=14.868924,79.873609&mode=walking&key=XXXX

Although bing distance calculation api is successfully returning distance for this same coordinates.

1
Is your issue with the Bing Maps distance matrix service or Google Maps?rbrundritt
Issue is with Google distance matrix apiAbhas Bhatnagar
Did you get it solved?AlpeshVasani
Yes, the issue is resolved.Abhas Bhatnagar

1 Answers

0
votes

I reported this issues to Google issue tracker and after that they fixed it within 1 month approximately.

https://issuetracker.google.com/u/1/issues/38478121

Thanks