public interface TileLoaderListener
Modifier and Type | Method and Description |
---|---|
void |
tileLoadingFinished(Tile tile,
boolean success)
Will be called if a new
Tile has been loaded successfully. |
void tileLoadingFinished(Tile tile, boolean success)
Tile
has been loaded successfully.
Loaded can mean downloaded or loaded from file cache.tile
- The tilesuccess
- true
if the tile has been loaded successfully, false
otherwise