DataSourceRequest


Description:

[ CCode ( has_construct_function = false ) ]
public DataSourceRequest (int x, int y, int zoom_level)

Creates a new [class@DataSourceRequest].

Only implementations of [vfunc@DataSource.start_request] should need to construct a new request object.

Parameters:

x

X coordinate of the requested tile

y

Y coordinate of the requested tile

zoom_level

Zoom level of the requested tile

Returns:

a new [class@DataSourceRequest]