auto-complete addresses for Austria

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@200 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-09-25 19:37:37 +00:00
parent 72d27105bd
commit 8f85e8ce86
9 changed files with 90 additions and 28 deletions

View file

@ -78,7 +78,7 @@ public class MvvProvider implements NetworkProvider
if (type.equals("stop"))
{
final Autocomplete result = new Autocomplete(locationId, city + ", " + location);
final Autocomplete result = new Autocomplete(LocationType.STATION, locationId, city + ", " + location);
results.add(result);
}
}