We are trying to generate a route into out application. We have source location and destination location. We are using google's direction api to fetch the geocoded_waypoints and plotting it on map.
We have a two location in which google is return error as belod
{
"error_message" : "Requested route too long.",
"geocoded_waypoints" : [ {}, {} ],
"routes" : [],
"status" : "MAX_ROUTE_LENGTH_EXCEEDED"
}
This is the request we are trying to fetch
The same route is supported on the Google Map
We are trying to get this route. Any help would be appriciated. Thanks