Skip to content

Commit

Permalink
Adding support for maneuver in the directions api.
Browse files Browse the repository at this point in the history
  • Loading branch information
nutsiepully committed Nov 30, 2014
1 parent 9a0be2f commit 0f7117d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/com/google/maps/model/DirectionsStep.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ public class DirectionsStep {
*/
public Distance distance;

/**
* {@code maneuver} contains the maneuver required to move ahead. eg., turn-left
*/
public String maneuver;

/**
* {@code duration} contains the typical time required to perform the step, until the next step.
*/
Expand Down

0 comments on commit 0f7117d

Please sign in to comment.