From 3543bc84910fbecb39a7a0f045eac4924948c2b1 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Wed, 16 Jul 2014 12:13:30 +0200 Subject: [PATCH] Migrate Schwerin & Mecklenburg-Vorpommern to JSON stopfinder. --- enabler/src/de/schildbach/pte/VmvProvider.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/enabler/src/de/schildbach/pte/VmvProvider.java b/enabler/src/de/schildbach/pte/VmvProvider.java index e0207061..a05fdc5b 100644 --- a/enabler/src/de/schildbach/pte/VmvProvider.java +++ b/enabler/src/de/schildbach/pte/VmvProvider.java @@ -17,15 +17,11 @@ package de.schildbach.pte; -import java.io.IOException; import java.util.HashMap; import java.util.Map; -import de.schildbach.pte.dto.Location; -import de.schildbach.pte.dto.LocationType; import de.schildbach.pte.dto.Style; import de.schildbach.pte.dto.Style.Shape; -import de.schildbach.pte.dto.SuggestLocationsResult; /** * @author Andreas Schildbach @@ -57,12 +53,6 @@ public class VmvProvider extends AbstractEfaProvider return false; } - @Override - public SuggestLocationsResult suggestLocations(final CharSequence constraint) throws IOException - { - return xmlStopfinderRequest(new Location(LocationType.STATION, null, null, constraint.toString())); - } - @Override protected String parseLine(final String mot, final String symbol, final String name, final String longName, final String trainType, final String trainNum, final String trainName)