Tiles

data class Tiles(val value: Value)

An array of one or more tile source URLs, as in the TileJSON spec.

Parameters

value

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

Constructors

Link copied to clipboard
fun Tiles(value: List<String>)

Construct the Tiles with List.

Link copied to clipboard
fun Tiles(expression: Expression)

Construct the Tiles with Mapbox Expression.

Link copied to clipboard
fun Tiles(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard