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, tileLoadedScaled
protected Drawable downloadTile(long pMapTileIndex, int redirectCount, String targetUrl) throws CantContinueException
CantContinueException
public Drawable loadTile(long pMapTileIndex) throws CantContinueException
MapTileModuleProviderBase.TileLoader
loadTile
in class MapTileModuleProviderBase.TileLoader
CantContinueException
protected void tileLoaded(MapTileRequestState pState, Drawable pDrawable)
MapTileModuleProviderBase.TileLoader
tileLoaded
in class MapTileModuleProviderBase.TileLoader