mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
use JSON stopfinder for Sydney
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@882 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
e6078baf79
commit
84166c6698
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class SydneyProvider extends AbstractEfaProvider
|
||||||
@Override
|
@Override
|
||||||
public List<Location> autocompleteStations(final CharSequence constraint) throws IOException
|
public List<Location> autocompleteStations(final CharSequence constraint) throws IOException
|
||||||
{
|
{
|
||||||
return xmlStopfinderRequest(new Location(LocationType.ANY, 0, null, constraint.toString()));
|
return jsonStopfinderRequest(new Location(LocationType.ANY, 0, null, constraint.toString()));
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final String NEARBY_STATION_URI = API_BASE
|
private static final String NEARBY_STATION_URI = API_BASE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue