Attribution

data class Attribution(val title: String, val url: String)

Attribution model class.

Constructors

Link copied to clipboard
fun Attribution(title: String, url: String)

Types

Link copied to clipboard
object Companion

Attribution constant values

Properties

Link copied to clipboard

the attribution title

Link copied to clipboard

the shortened attribution title

Link copied to clipboard
val url: String

the attribution URL

Extensions

Link copied to clipboard
@MapboxExperimental
fun Attribution.isMapboxFeedback(): Boolean

Determines if this attribution entry represents a Mapbox feedback link.