public class GeoPackageOverlay extends Object implements TileProvider
NO_TILE| Constructor and Description |
|---|
GeoPackageOverlay(TileDao tileDao)
Constructor using GeoPackage tile sizes
|
GeoPackageOverlay(TileDao tileDao,
int width,
int height)
Constructor with specified tile size
|
public GeoPackageOverlay(TileDao tileDao)
tileDao - public GeoPackageOverlay(TileDao tileDao, int width, int height)
tileDao - width - height - public Tile getTile(int x, int y, int zoom)
getTile in interface TileProvider