|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TileLayer
Defines the conversion from pixel map coordinates to the map tiles displayed on the map.
Method Summary | |
---|---|
Tile |
getTile(int x,
int y,
int zoom)
Returns the tile to display at the specified location (in pixels, relative to the top-left of the map) and zoom. |
SizeView |
getTileSize()
Returns the size of the tiles. |
void |
releaseTile(Tile tile)
Releases any resources associated with the specified tile that was returned by getTile(int, int, int) . |
Method Detail |
---|
SizeView getTileSize()
Tile getTile(int x, int y, int zoom)
null
if there is no tile at the specified location, if, for example, it is
outside the boundaries of the map.
void releaseTile(Tile tile)
getTile(int, int, int)
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |