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

Update GoogleParser for maneuver management #56

Closed vincenzoiacovone closed 8 years ago

vincenzoiacovone commented 8 years ago

Updated for set maneuver fields in segments

jd-alexander commented 8 years ago

Can you try to figure out why the build is failing. Look at the error log from Travis CI

library:compileDebugJava/home/travis/build/jd-alexander/Google-Directions-Android/library/src/main/java/com/directions/route/GoogleParser.java:114: error: cannot find symbol segment.setManeuver(step.getString("maneuver")); ^ symbol: method setManeuver(String) location: variable segment of type Segment

vincenzoiacovone commented 8 years ago

Hi, the build fail because this pull request #56 should be merged with #55 to use method setManeuver(string) in Segment.java (committed on #55)