on Tile Action
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.
overscaled Z
coordinate of the tile.
source ID
of the tile.