#include <MAP/MapCache.h>
Inheritance diagram for MAP::MapCache:
Public Member Functions | |
virtual | ~MapCache () |
void | requestTiles (IMapCacheListener *listener, MapSourceKind source, const LonLat centerpoint, const int magnification, const int pixelWidth, const int pixelHeight) |
void | clear () |
void | tileReceived (MapSource *sender, MapTile *tile, MapSourceClientData *clientData) |
void | downloadCancelled (MapSource *sender) |
void | error (MapSource *source, int code) |
int | getCapacity () const |
void | setCapacity (int capacity) |
Static Public Member Functions | |
static MapCache * | get () |
static void | shutdown () |
|
|
|
Returns the MapCache singleton. |
|
Shuts down map cache properly. Call at application shutdown to free all resources. |
|
Requests tiles to cover specified rectangle, in pixels, around a centerpoint. |
|
Frees all tiles in cache. |
|
Implements MAP::IMapSourceListener. |
|
Implements MAP::IMapSourceListener. |
|
Implements MAP::IMapSourceListener. |
|
|
|
|