SkyType

data class SkyType(val value: Value)

The type of the sky

Parameters

value

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

Constructors

Link copied to clipboard
fun SkyType(expression: Expression)

Construct the SkyType with Mapbox Expression.

Link copied to clipboard
fun SkyType(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard