enable realtime departures where possible

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@269 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-10-10 11:30:43 +00:00
parent a5a2f4671e
commit 119a91f72d
8 changed files with 32 additions and 24 deletions

View file

@ -74,6 +74,7 @@ public class GvhProvider extends AbstractEfaProvider
uri.append("&type_dm=stop");
uri.append("&name_dm=").append(stationId);
uri.append("&mode=direct");
uri.append("&useRealtime=1");
return uri.toString();
}