VGN: Fix queries only for stations when suggesting locations.

This commit is contained in:
Patrick Kanzler 2016-11-22 15:48:05 +01:00 committed by Andreas Schildbach
parent 6df550ea80
commit 07af91b997

View file

@ -59,7 +59,7 @@ public class VgnProvider extends AbstractEfaProvider {
@Override
public SuggestLocationsResult suggestLocations(final CharSequence constraint) throws IOException {
return xmlStopfinderRequest(new Location(LocationType.STATION, null, null, constraint.toString()));
return xmlStopfinderRequest(new Location(LocationType.ANY, null, null, constraint.toString()));
}
@Override