private final class OsmTileLoader.OsmTileJob extends Object implements TileJob
Modifier and Type | Field and Description |
---|---|
private boolean |
force |
private InputStream |
input |
private Tile |
tile |
Modifier | Constructor and Description |
---|---|
private |
OsmTileJob(Tile tile) |
Modifier and Type | Method and Description |
---|---|
Tile |
getTile()
Function to return the tile associated with the job
|
void |
run() |
void |
submit()
submits download job to backend.
|
void |
submit(boolean force)
submits download job to backend.
|
private InputStream input
private boolean force
private OsmTileJob(Tile tile)