toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.events
/
DataSourceEvents
/
TileError
Tile
Error
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.
Members
Constructors
Tile
Error
Link copied to clipboard
constructor
(
id
:
String
=
"tile:error"
,
sourceID
:
String
?
=
null
,
tile
:
TileProtocol
<
DataType
>
?
=
null
,
error
:
Error
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
Error
?
=
null
id
Link copied to clipboard
val
id
:
String
source
ID
Link copied to clipboard
val
sourceID
:
String
?
=
null
tile
Link copied to clipboard
val
tile
:
TileProtocol
<
DataType
>
?
=
null