OnTileActionListener

Interface definition for a callback to be invoked after a tile action occurs.

addOnTileActionListener

Functions

Link copied to clipboard
abstract fun onTileAction(op: TileOperation, x: Int, y: Int, z: Int, wrap: Int, overscaledZ: Int, sourceID: String)
Called when a tile action occurs.