
public class USGSTileSource
extends org.osmdroid.tileprovider.tilesource.OnlineTileSourceBase
| Constructor and Description |
|---|
USGSTileSource() |
USGSTileSource(String aName,
int aZoomMinLevel,
int aZoomMaxLevel,
int aTileSizePixels,
String aImageFilenameEnding,
String[] aBaseUrl)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTileURLString(org.osmdroid.tileprovider.MapTile aTile) |
public USGSTileSource()
public USGSTileSource(String aName, int aZoomMinLevel, int aZoomMaxLevel, int aTileSizePixels, String aImageFilenameEnding, String[] aBaseUrl)
aName - a human-friendly name for this tile sourceaZoomMinLevel - the minimum zoom level this tile source can provideaZoomMaxLevel - the maximum zoom level this tile source can provideaTileSizePixels - the tile size in pixels this tile source providesaImageFilenameEnding - the file name extension used when constructing the filenameaBaseUrl - the base url(s) of the tile server used when constructing the url to download the tilespublic String getTileURLString(org.osmdroid.tileprovider.MapTile aTile)
getTileURLString in class org.osmdroid.tileprovider.tilesource.OnlineTileSourceBase