mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 17:29:51 +00:00
NetworkProvider: Add types parameter to suggestLocations().
This commit is contained in:
parent
0ea83a1ad3
commit
8e52035ce5
11 changed files with 70 additions and 57 deletions
|
@ -115,7 +115,7 @@ public abstract class AbstractProviderLiveTest {
|
|||
}
|
||||
|
||||
protected final SuggestLocationsResult suggestLocations(final CharSequence constraint) throws IOException {
|
||||
return provider.suggestLocations(constraint, 0);
|
||||
return provider.suggestLocations(constraint, null, 0);
|
||||
}
|
||||
|
||||
protected final QueryTripsResult queryTrips(final Location from, final @Nullable Location via, final Location to,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue