
public class MapTile extends Object
MapTileModuleProviderBase or
MapTileProviderBase to a consumer of tiles (e.g. descendant of
TilesOverlay). Tiles are typically images (e.g. png or jpeg).| Modifier and Type | Field and Description |
|---|---|
static int |
MAPTILE_FAIL_ID |
static int |
MAPTILE_SUCCESS_ID |
| Constructor and Description |
|---|
MapTile(int zoomLevel,
int tileX,
int tileY) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getExpires() |
int |
getX() |
int |
getY() |
int |
getZoomLevel() |
int |
hashCode() |
void |
setExpires(Date expires) |
String |
toString() |
public static final int MAPTILE_SUCCESS_ID
public static final int MAPTILE_FAIL_ID