I am using the following url to get driving directions from google maps.
http://maps.google.com/maps?f=d&hl=en&saddr=location1&daddr=location2&ie=UTF8&0&om=0&output=kml
I am getting only one route in my KML file. But when we searched same locations in web-browser it will show suggested routes.
In order to get all routes available as output, is there any other parameter to add in URL.
I found some answers as use google directions API for JavaScript with &alternatives=true Is it suitable for android ?? or any other solutions ??
Don't comment if URL have any mistakes, i used correct one in my application.
Thanks