mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
Use common method for querying for nearby stations (Hafas).
This commit is contained in:
parent
fc91b8c7cb
commit
31b89f7ef8
26 changed files with 34 additions and 336 deletions
|
@ -101,6 +101,7 @@ public class InvgProvider extends AbstractHafasProvider
|
|||
return super.splitPlaceAndName(name);
|
||||
}
|
||||
|
||||
@Override
|
||||
public NearbyStationsResult queryNearbyStations(final Location location, final int maxDistance, final int maxStations) throws IOException
|
||||
{
|
||||
if (location.type == LocationType.STATION && location.hasId())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue