public interface TileRetriever
| Modifier and Type | Method and Description |
|---|---|
GeoPackageTile |
getTile(int x,
int y,
int zoom)
Get a tile from the x, y, and zoom
|
boolean |
hasTile(int x,
int y,
int zoom)
Check if there is a tile for the x, y, and zoom
|
boolean hasTile(int x,
int y,
int zoom)
x - x coordinatey - y coordinatezoom - zoom levelGeoPackageTile getTile(int x, int y, int zoom)
x - x coordinatey - y coordinatezoom - zoom level