mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
NetworkProvider: Rename Option to TripFlag.
This commit is contained in:
parent
0831d0f8e6
commit
2e5f16d3ef
6 changed files with 18 additions and 18 deletions
|
@ -2057,7 +2057,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
url.addEncodedQueryParameter("trITMOTvalue100", "10"); // maximum time to walk to first or from last
|
||||
// stop
|
||||
|
||||
if (options.options != null && options.options.contains(Option.BIKE))
|
||||
if (options.flags != null && options.flags.contains(TripFlag.BIKE))
|
||||
url.addEncodedQueryParameter("bikeTakeAlong", "1");
|
||||
|
||||
url.addEncodedQueryParameter("locationServerActive", "1");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue