onTileAction

abstract fun onTileAction(op: TileOperation, x: Int, y: Int, z: Int, wrap: Int, overscaledZ: Int, sourceID: String)

Called when a tile action occurs.

Parameters

op

identifying the tile action that occurred.

x

coordinate of the tile.

y

coordinate of the tile.

z

coordinate of the tile.

wrap

coordinate of the tile.

overscaledZ

coordinate of the tile.

sourceID

of the tile.