use of de.bahnhoefe.deutschlands.bahnhofsfotos.mapsforge.DbsTileSource in project RSAndroidApp by RailwayStations.
the class MapsActivity method addDBSTileSource.
private void addDBSTileSource(final int nameResId, final String baseUrl) {
final DbsTileSource dbsBasic = new DbsTileSource(getString(nameResId), baseUrl);
onlineTileSources.put(dbsBasic.getName(), dbsBasic);
}
Aggregations