AbstractHafasProvider: Extract AbstractHafasMobileProvider and AbstractHafasLegacyProvider for the two Hafas APIs.

This commit is contained in:
Andreas Schildbach 2017-01-26 12:15:46 +01:00
parent 7dd43f90c5
commit a0bec90f9a
40 changed files with 3891 additions and 4136 deletions

View file

@ -59,7 +59,7 @@ import okhttp3.HttpUrl;
/**
* @author Andreas Schildbach
*/
public class InvgProvider extends AbstractHafasProvider {
public class InvgProvider extends AbstractHafasLegacyProvider {
private static final HttpUrl API_BASE = HttpUrl.parse("http://fpa.invg.de/bin/");
// http://invg.hafas.de/bin/
private static final Product[] PRODUCTS_MAP = { null, null, null, null, null, null, null, null, null, null };