#include <MAP/MapTile.h>
Public Member Functions | |
MapTile (MapSourceKind sourceKind, const int gridX, const int gridY, const int magnification, const LonLat center, MAHandle image) | |
virtual | ~MapTile () |
void | stamp () |
MapSourceKind | getSourceKind () const |
int | getGridX () const |
int | getGridY () const |
int | getMagnification () const |
LonLat | getCenter () const |
MAHandle | getImage () const |
DateTime | getLastAccessTime () const |
|
Creates a map tile. |
|
Destroys a map tile. |
|
Sets last access timestamp to current time. |
|
Returns source kind of tile. |
|
Returns X coordinate of tile in tile grid. |
|
Returns Y coordinate of tile in tile grid. |
|
Returns zoom level of tile. |
|
Returns center of tile in longitude/latitude. |
|
Returns the map image of the tile. |
|
Returns last access time of the tile. |