MTSourceData

@Serializable
data class MTSourceData(val type: String? = null, val url: String? = null, val attribution: String? = null)

The style spec representation of the source if the event has a dataType of source .

Constructors

constructor(type: String? = null, url: String? = null, attribution: String? = null)

Properties

val attribution: String? = null

Attribution string.

val type: String? = null

Type of the source.

val url: String? = null

Url of the source resource.