0
I’m using google maps and Directions and running. After 3 weeks two of my apps that use stopped tracing routes.
On the Google console, I left the API key unrestricted since the app’s publication on Google Play. I checked the quota and it’s well below the limit.
Could it be some instability of Google? I say this because day 22.07.17 was working normally. And today 23.07.17 this problem is happening.
In logcat, I got the url it generates with source and destination and I downloaded it directly from the browser
{
"geocoded_waypoints" : [
{
"geocoder_status" : "ZERO_RESULTS"
},
{
"geocoder_status" : "OK",
"place_id" : "ChIJMa1nNVgYyZQReZx9b97Di4Q",
"types" : [ "establishment", "point_of_interest" ]
}
],
"routes" : [],
"status" : "NOT_FOUND"
}