mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
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:
parent
72d27105bd
commit
8f85e8ce86
9 changed files with 90 additions and 28 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue