public interface InternalGeoMapListener
| Modifier and Type | Method and Description |
|---|---|
void |
mapPainted(int tileCount,
long time)
Notifies listener that the control has been (re)painted
|
void |
tileCacheUpdated(int used,
int size)
Notifies listener that the tile cache has been updated
|
void |
tilePainted(TileRef tileRef)
Notifies listener that a tile has been (re)painted
|
void tilePainted(TileRef tileRef)
tileRef - the reference to the painted tilevoid mapPainted(int tileCount,
long time)
tileCount - the number of tiles that where paintedtime - the time it tookvoid tileCacheUpdated(int used,
int size)
used - the used slots of the cachesize - the size of the cache