Tiled Layer Error
data class TiledLayerError( var status: LoaderStatus, var errorCode: String?, var layerName: String, var url: String, var isRecoverable: Boolean, var bounds: RectCoord?)
Content copied to clipboard
Constructors
Link copied to clipboard
fun TiledLayerError( status: LoaderStatus, errorCode: String?, layerName: String, url: String, isRecoverable: Boolean, bounds: RectCoord?)
Content copied to clipboard