walk if it makes journeys quicker

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@582 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-04-29 14:59:58 +00:00
parent 8f0bc6552d
commit c43dc6014b

View file

@ -1890,6 +1890,7 @@ public abstract class AbstractEfaProvider implements NetworkProvider
uri.append("&locationServerActive=1");
uri.append("&useRealtime=1");
uri.append("&useProxFootSearch=1"); // walk if it makes journeys quicker
return uri.toString();
}