
protected class MapTileDownloader.TileLoader extends MapTileModuleProviderBase.TileLoader
| Modifier | Constructor and Description |
|---|---|
protected |
TileLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected Drawable |
downloadTile(long pMapTileIndex,
int redirectCount,
String targetUrl)
downloads a tile and follows http redirects
|
Drawable |
loadTile(long pMapTileIndex)
Load the requested tile.
|
protected void |
tileLoaded(MapTileRequestState pState,
Drawable pDrawable)
A tile has loaded.
|
loadTile, nextTile, onTileLoaderInit, onTileLoaderShutdown, run, tileLoadedExpired, tileLoadedFailed, tileLoadedScaledprotected Drawable downloadTile(long pMapTileIndex, int redirectCount, String targetUrl) throws CantContinueException
CantContinueExceptionpublic Drawable loadTile(long pMapTileIndex) throws CantContinueException
MapTileModuleProviderBase.TileLoaderloadTile in class MapTileModuleProviderBase.TileLoaderCantContinueExceptionprotected void tileLoaded(MapTileRequestState pState, Drawable pDrawable)
MapTileModuleProviderBase.TileLoadertileLoaded in class MapTileModuleProviderBase.TileLoader