public interface BingMapsTileRequest
| Modifier and Type | Method and Description |
|---|---|
void |
downloadTile(int col,
int row,
int zoomlvl,
BingMapsTileRequestListener listener)
asks Bing Maps for a image tile asynchronously
|
void |
downloadTile(int col,
int row,
int zoomlvl,
File file,
ICancellable cancel)
asks Bing Maps for a image tile in a file
|
BufferedImage |
getTile(int col,
int row,
int zoomlvl)
asks Bing Maps for a image tile
|
BufferedImage getTile(int col, int row, int zoomlvl) throws URLFormatException, DownloadingException
col - row - zoomlvl - URLFormatExceptionDownloadingExceptionvoid downloadTile(int col,
int row,
int zoomlvl,
File file,
ICancellable cancel)
throws URLFormatException,
DownloadingException
col - row - zoomlvl - file - cancel - URLFormatExceptionDownloadingExceptionvoid downloadTile(int col,
int row,
int zoomlvl,
BingMapsTileRequestListener listener)
col - row - zoomlvl - listener -