public class ZoomLimiter
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ZoomLimiter.IZoomLimiter |
| Constructor and Description |
|---|
ZoomLimiter(TileManager tileManager,
int minZoom,
int maxZoom,
int zoomLimit)
Layer would avoid rendering tiles over a specific zoom limit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addZoomLimit() |
int |
getMaxZoom() |
int |
getMinZoom() |
MapTile |
getTile(MapTile t)
Get tile of zoom limit if zoom level is larger than limit.
|
TileManager |
getTileManager() |
int |
getZoomLimit() |
void |
removeZoomLimit() |
public ZoomLimiter(TileManager tileManager, int minZoom, int maxZoom, int zoomLimit)
public void addZoomLimit()
public int getMaxZoom()
public int getMinZoom()
public MapTile getTile(MapTile t)
public TileManager getTileManager()
public int getZoomLimit()
public void removeZoomLimit()