private class AbstractTileSourceLayer.DeepTileSet extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private ProjectionBounds |
bounds |
private int |
maxZoom |
private int |
minZoom |
private AbstractTileSourceLayer.TileSet[] |
tileSets |
| Constructor and Description |
|---|
DeepTileSet(ProjectionBounds bounds,
int minZoom,
int maxZoom) |
| Modifier and Type | Method and Description |
|---|---|
AbstractTileSourceLayer.TileSet |
getTileSet(int zoom) |
private final ProjectionBounds bounds
private final int minZoom
private final int maxZoom
private final AbstractTileSourceLayer.TileSet[] tileSets
DeepTileSet(ProjectionBounds bounds, int minZoom, int maxZoom)
public AbstractTileSourceLayer.TileSet getTileSet(int zoom)