Package com.mapbox.maps.extension.style.light.generated

Types

Light
Link copied to clipboard

The global light source.

LightDslReceiver
Link copied to clipboard
interface LightDslReceiver

This Interface contains all the functions that will be exposed to Koltin DSL.

Functions

getLight
Link copied to clipboard
fun StyleInterface.getLight(): Light

Extension function to get the light provided by the Style Extension.

light
Link copied to clipboard
fun light(block: LightDslReceiver.() -> Unit): Light

DSL function for creating Light instance.

setLight
Link copied to clipboard
fun StyleInterface.setLight(light: StyleContract.StyleLightExtension)

Extension function to add a Light provided by the Style Extension to the Style.