TileError

class TileError(val id: String = "tile:error", val sourceID: String? = null, val tile: TileProtocol<DataType>? = null, val error: Error? = null) : Event

Triggered when a tile failed to load.

Constructors

Link copied to clipboard
constructor(id: String = "tile:error", sourceID: String? = null, tile: TileProtocol<DataType>? = null, error: Error? = null)

Properties

Link copied to clipboard
val error: Error? = null
Link copied to clipboard
val id: String
Link copied to clipboard
val sourceID: String? = null
Link copied to clipboard
val tile: TileProtocol<DataType>? = null