command


Description:

public void* command (TileCommand command, int x, int y, int z, void* data)

The default tile-backend command handler.

Tile backends should forward commands they don't handle themselves to this function.

Parameters:

this

a TileBackend

command

the tile command

x

x coordinate

y

y coordinate

z

tile zoom level

data

user data

Returns:

Command result.