Url

data class Url(val value: Value)

A URL to a TileJSON resource. Supported protocols are http:, https:, and mapbox://<Tileset ID>.

Parameters

value

the property wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard
fun Url(value: String)

Construct the Url with String.

Link copied to clipboard
fun Url(expression: Expression)

Construct the Url with Mapbox Expression.

Link copied to clipboard
fun Url(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard