store_tile_async
Description:
public async bool store_tile_async (int x, int y, int zoom_level, Bytes bytes, string? etag, Cancellable? cancellable) throws Error
Stores a tile in the cache.
Parameters:
this | |
x |
the X coordinate of the tile |
y |
the Y coordinate of the tile |
zoom_level |
the zoom level of the tile |
bytes |
a Bytes |
etag |
an ETag string, or null |
cancellable | |
callback |
a TaskReadyCallback to execute upon completion |
user_data |
closure data for |