public class TileCaptureBounds
extends GeoBounds
Modifier and Type | Field and Description |
---|---|
double |
eastImageBound |
int |
imageHeight |
int |
imageWidth |
double |
northImageBound |
double |
southImageBound |
int |
tileImageHeight |
int |
tileImageWidth |
android.graphics.Matrix |
tileToPixel |
double |
westImageBound |
Constructor and Description |
---|
TileCaptureBounds(GeoBounds bounds) |
public double southImageBound
public double westImageBound
public double northImageBound
public double eastImageBound
public int tileImageWidth
public int tileImageHeight
public int imageWidth
public int imageHeight
public android.graphics.Matrix tileToPixel