Skip to content

Commit

Permalink
Add the needToParkBike option in RoutingRequest, for trips where bike…
Browse files Browse the repository at this point in the history
…s cannot be brought to the destination. #865.
  • Loading branch information
mattwigway committed Dec 19, 2012
1 parent 7be64cc commit 1443c95
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -296,6 +296,9 @@ public class RoutingRequest implements Cloneable, Serializable {
/** Time in seconds to park a bike */
public int bikeParkingTime = 60;

/** Do we need to park a bike before ending the search? */
public boolean needToParkBike = true;

/* CONSTRUCTORS */

/** Constructor for options; modes defaults to walk and transit */
Expand Down

0 comments on commit 1443c95

Please sign in to comment.