alaurenz / metrobike

0 stars 1 forks source link

Adding set setMin/MaxDistanceToBikeInMeters() and setMin/MaxNumberBusTransfers() to UI? #115

Closed CoolCapri closed 11 years ago

CoolCapri commented 11 years ago

Are these backend functions working now? If yes, should I implement it for Beta? Under what travel mode should I provide user with these max-min options? Are they mutually exclusive?

dutchscout commented 11 years ago

@alaurenz is there any way your algorithms could use this information? If not, we could simply filter the routes you return to the DirectionsRequest object, based on the options the user gave.

CoolCapri commented 11 years ago

Is this required for Beta? If not, I will change this issue to V1.

CoolCapri commented 11 years ago

Alright, for now I just change it to V1.

CoolCapri commented 11 years ago

OK I have added this.