set Tile Data
Set tile data for a raster tile.
By default, the provided data is not cached, and the implementation will call the fetch callback each time the tile reappears.
Parameters
tile ID
A CanonicalTileID of the tile.
image
Image content of the tile. If NULL is provided then the tile gets removed from the map.
Set tile data for a raster tile.
By default, the provided data is not cached, and the implementation will call the fetch callback each time the tile reappears.
Parameters
tile ID
A CanonicalTileID of the tile.
bitmap
Bitmap content of the tile. If NULL is provided then the tile gets removed from the map.