received_data


Description:

[ Version ( deprecated = true , deprecated_since = "1.1" ) ]
public signal void received_data (int x, int y, int zoom_level, Bytes bytes)

Warning: received_data is deprecated since 1.1.

Emitted when data is received for any tile.

Note:

Use [method@DataSource.start_request] and connect to the notify signals of the resulting [class@DataSourceRequest].

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