Sky Layer
A spherical dome around the map that is always rendered behind all other layers.
See also
Parameters
layerId
the ID of the layer
Constructors
Types
Functions
bindTo
Link copied to clipboard
open override fun bindTo(delegate: StyleInterface, position: LayerPosition?)
Content copied to clipboard
filter
Link copied to clipboard
skyAtmosphereColor
Link copied to clipboard
open override fun skyAtmosphereColor(skyAtmosphereColor: Expression): SkyLayer
Content copied to clipboard
open override fun skyAtmosphereColor(@ColorInt() skyAtmosphereColor: Int): SkyLayer
Content copied to clipboard
open override fun skyAtmosphereColor(skyAtmosphereColor: String): SkyLayer
Content copied to clipboard
skyAtmosphereHaloColor
Link copied to clipboard
open override fun skyAtmosphereHaloColor(skyAtmosphereHaloColor: Expression): SkyLayer
Content copied to clipboard
open override fun skyAtmosphereHaloColor(@ColorInt() skyAtmosphereHaloColor: Int): SkyLayer
Content copied to clipboard
open override fun skyAtmosphereHaloColor(skyAtmosphereHaloColor: String): SkyLayer
Content copied to clipboard
skyAtmosphereSun
Link copied to clipboard
open override fun skyAtmosphereSun(skyAtmosphereSun: Expression): SkyLayer
Content copied to clipboard
open override fun skyAtmosphereSun(skyAtmosphereSun: List<Double>): SkyLayer
Content copied to clipboard
skyAtmosphereSunIntensity
Link copied to clipboard
open override fun skyAtmosphereSunIntensity(skyAtmosphereSunIntensity: Expression): SkyLayer
Content copied to clipboard
open override fun skyAtmosphereSunIntensity(skyAtmosphereSunIntensity: Double): SkyLayer
Content copied to clipboard
skyGradient
Link copied to clipboard
skyGradientCenter
Link copied to clipboard
open override fun skyGradientCenter(skyGradientCenter: Expression): SkyLayer
Content copied to clipboard
open override fun skyGradientCenter(skyGradientCenter: List<Double>): SkyLayer
Content copied to clipboard
skyGradientRadius
Link copied to clipboard
open override fun skyGradientRadius(skyGradientRadius: Expression): SkyLayer
Content copied to clipboard
skyOpacity
Link copied to clipboard
skyOpacityTransition
Link copied to clipboard
open override fun skyOpacityTransition(options: StyleTransition): SkyLayer
Content copied to clipboard
open override fun skyOpacityTransition(block: StyleTransition.Builder.() -> Unit): SkyLayer
Content copied to clipboard
DSL for skyOpacityTransition.
visibility
Link copied to clipboard
Properties
filter
Link copied to clipboard
A expression specifying conditions on source features.
skyAtmosphereColor
Link copied to clipboard
A color used to tweak the main atmospheric scattering coefficients.
skyAtmosphereColorAsColorInt
Link copied to clipboard
A color used to tweak the main atmospheric scattering coefficients.
skyAtmosphereColorAsExpression
Link copied to clipboard
This is an Expression representation of "sky-atmosphere-color".
skyAtmosphereHaloColor
Link copied to clipboard
A color applied to the atmosphere sun halo.
skyAtmosphereHaloColorAsColorInt
Link copied to clipboard
A color applied to the atmosphere sun halo.
skyAtmosphereHaloColorAsExpression
Link copied to clipboard
This is an Expression representation of "sky-atmosphere-halo-color".
skyAtmosphereSun
Link copied to clipboard
Position of the sun center a azimuthal angle, p polar angle.
skyAtmosphereSunAsExpression
Link copied to clipboard
This is an Expression representation of "sky-atmosphere-sun".
skyAtmosphereSunIntensity
Link copied to clipboard
Intensity of the sun as a light source in the atmosphere (on a scale from 0 to a 100).
skyAtmosphereSunIntensityAsExpression
Link copied to clipboard
This is an Expression representation of "sky-atmosphere-sun-intensity".
skyGradient
Link copied to clipboard
Defines a radial color gradient with which to color the sky.
skyGradientCenter
Link copied to clipboard
Position of the gradient center a azimuthal angle, p polar angle.
skyGradientCenterAsExpression
Link copied to clipboard
This is an Expression representation of "sky-gradient-center".
skyGradientRadius
Link copied to clipboard
The angular distance (measured in degrees) from
sky-gradient-center
up to which the gradient extends.skyGradientRadiusAsExpression
Link copied to clipboard
This is an Expression representation of "sky-gradient-radius".
skyOpacity
Link copied to clipboard
The opacity of the entire sky layer.
skyOpacityAsExpression
Link copied to clipboard
This is an Expression representation of "sky-opacity".
skyOpacityTransition
Link copied to clipboard
Transition options for SkyOpacity.
skyTypeAsExpression
Link copied to clipboard
This is an Expression representation of "sky-type".
visibility
Link copied to clipboard
Visibility of the layer.