Interface | Description |
---|---|
CacheStruct |
Structure of a cache service
|
Downloader |
Tile cache uses this interface to get a tile and the data provider have to implement
it to serve tiles.
|
TileListener |
This interface will receive events when a new tile arrives.
|
TileServer |
This interface have to be implemented by a data provider.
|
Cache structures