Tiled2dMapRasterLayerInterface

abstract class Tiled2dMapRasterLayerInterface

Constructors

Link copied to clipboard
fun Tiled2dMapRasterLayerInterface()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun asLayerInterface(): LayerInterface
Link copied to clipboard
abstract fun getAlpha(): Double
Link copied to clipboard
abstract fun getCallbackHandler(): Tiled2dMapRasterLayerCallbackInterface?
Link copied to clipboard
abstract fun getConfig(): Tiled2dMapLayerConfig
Link copied to clipboard
abstract fun getMaxZoomLevelIdentifier(): Int?
Link copied to clipboard
abstract fun getMinZoomLevelIdentifier(): Int?
Link copied to clipboard
abstract fun removeCallbackHandler()
Link copied to clipboard
abstract fun setAlpha(alpha: Double)
Link copied to clipboard
abstract fun setCallbackHandler(handler: Tiled2dMapRasterLayerCallbackInterface)
Link copied to clipboard
abstract fun setMaxZoomLevelIdentifier(value: Int?)
Link copied to clipboard
abstract fun setMinZoomLevelIdentifier(value: Int?)
Link copied to clipboard
abstract fun setT(t: Int)