received_data


Description:

public signal void received_data (int x, int y, int zoom_level, Bytes bytes)

Emitted when data is received for any tile.

This includes any intermediate steps, such as data from the file cache, as well as the final result.

Parameters:

x

the X coordinate of the tile

y

the Y coordinate of the tile

zoom_level

the zoom level of the tile

bytes

the received data




2022 vala-language.org