Here is the URL i am using :
https://maps.googleapis.com/maps/api/directions/json?origin=28.6139,77.2090&destination=25.992003,-80.117802&key=API KEY
When i am hitting this URL in browser , i am getting following response :
{
"geocoded_waypoints" : [ {}, {} ],
"routes" : [],
"status" : "ZERO_RESULTS"
}
Source location is delhi and destination location is 3555 N Ocean Dr, Hollywood, FL 33019, USA . If i change the destination location to any other then i am getting values for geocoded waypoints but why not for above values?
Help is deeply appreciated.