public class TileRange extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxX |
protected int |
maxY |
protected int |
minX |
protected int |
minY |
protected int |
zoom |
| Modifier | Constructor and Description |
|---|---|
protected |
TileRange() |
|
TileRange(TileRange r)
Constructs a new
TileRange. |
|
TileRange(TileXY t1,
TileXY t2,
int zoom)
Constructs a new
TileRange. |
| Modifier and Type | Method and Description |
|---|---|
int |
size()
Returns size
|
protected double |
tilesSpanned() |
protected int minX
protected int maxX
protected int minY
protected int maxY
protected int zoom
protected TileRange()
public TileRange(TileXY t1, TileXY t2, int zoom)
TileRange.t1 - first tilet2 - second tilezoom - zoom levelprotected double tilesSpanned()
public int size()