Map Loading Error Event Data
data class MapLoadingErrorEventData(val begin: Long, val end: Long?, val type: MapLoadErrorType, val message: String, val sourceId: String?, val tileId: TileID?)
Deprecated
This data class is deprecated, and will be removed in next major release.
Replace with
MapLoadingError
Content copied to clipboard
The data class for map-loading-error event data in Observer
Constructors
Link copied to clipboard
fun MapLoadingErrorEventData(begin: Long, end: Long?, type: MapLoadErrorType, message: String, sourceId: String?, tileId: TileID?)