TileCache
Object Hierarchy:
Description:
[
CCode ( type_id =
"champlain_tile_cache_get_type ()" ) ]
[
Version ( since =
"0.6" ) ]
public abstract class TileCache :
MapSource
The TileCache structure contains only private data and should be accessed using the provided API
Content:
Creation methods:
Methods:
- public virtual void on_tile_filled (Tile tile)
When a cache fills a tile and the next source in the chain is a tile
cache, it should call this function on the next source.
- public virtual void refresh_tile_time (Tile tile)
Refreshes the tile access time in the cache.
- public virtual void store_tile (Tile tile, string contents, size_t size)
Stores the tile including the metadata into the cache.
Inherited Members:
All known members inherited from class Champlain.MapSource
All known members inherited from class GLib.Object