public class GoogleAPIGeoPackageTileRetriever extends Object implements TileRetriever
| Constructor and Description |
|---|
GoogleAPIGeoPackageTileRetriever(TileDao tileDao)
Constructor
|
| 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
|
public GoogleAPIGeoPackageTileRetriever(TileDao tileDao)
tileDao - tile daopublic boolean hasTile(int x,
int y,
int zoom)
hasTile in interface TileRetrieverx - x coordinatey - y coordinatezoom - zoom levelpublic GeoPackageTile getTile(int x, int y, int zoom)
getTile in interface TileRetrieverx - x coordinatey - y coordinatezoom - zoom level