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

Wrong results when Bicycling method #38

Closed harolhiguera closed 8 years ago

harolhiguera commented 8 years ago

Hi Jd Alexander,

Thanks a lot for taking the time to build this library, it saved me a lot of time, I have a problem..it seems that the route retrieved for cycling method is the same as driving method, anyhow it does not coincide with the google maps app route.. According to the documentation the key work for transport method is "bicycling".. you have in your library declared biking, I wonder if that is the reason why.

Cheers