jd-alexander / Google-Directions-Android

This project allows you to calculate the route between two locations and displays it on a map.
https://play.google.com/store/apps/details?id=com.directions.sample
MIT License
979 stars 394 forks source link

Alternatives #73

Open abduakhatov opened 7 years ago

abduakhatov commented 7 years ago

Inside the code there is request asking "&alternatives=true" but it is not showing multiple routes(I mean alternative routes). Is it bug or shall I implement something?

jd-alexander commented 7 years ago

Hey I stopped maintaining this library. Would be best if you implement it yourself by forking it and making changes.