Tiled2dMapLayerConfig

abstract class Tiled2dMapLayerConfig

Constructors

Link copied to clipboard
fun Tiled2dMapLayerConfig()

Functions

Link copied to clipboard
abstract fun getCoordinateSystemIdentifier(): String
Link copied to clipboard
abstract fun getLayerName(): String
Link copied to clipboard
abstract fun getTileUrl(    x: Int,     y: Int,     t: Int,     zoom: Int): String
Link copied to clipboard
abstract fun getZoomInfo(): Tiled2dMapZoomInfo
Link copied to clipboard
abstract fun getZoomLevelInfos(): ArrayList<Tiled2dMapZoomLevelInfo>