public class TileBoundingBoxAndroidUtils extends Object
| Constructor and Description |
|---|
TileBoundingBoxAndroidUtils() |
| Modifier and Type | Method and Description |
|---|---|
static RectF |
getFloatRectangle(long width,
long height,
BoundingBox boundingBox,
BoundingBox boundingBoxSection)
Get a rectangle with floating point boundaries using the tile width,
height, bounding box, and the bounding box section within the outer box
to build the rectangle from
|
static Rect |
getRectangle(long width,
long height,
BoundingBox boundingBox,
BoundingBox boundingBoxSection)
Get a rectangle using the tile width, height, bounding box, and the
bounding box section within the outer box to build the rectangle from
|
public static Rect getRectangle(long width, long height, BoundingBox boundingBox, BoundingBox boundingBoxSection)
width - height - boundingBox - boundingBoxSection - public static RectF getFloatRectangle(long width, long height, BoundingBox boundingBox, BoundingBox boundingBoxSection)
width - height - boundingBox - boundingBoxSection -