Companion

object Companion

Static variables and methods.

Properties

defaultMaxZoom
Link copied to clipboard
val defaultMaxZoom: Double?

The maximum zoom level for the layer. At zoom levels equal to or greater than the maxzoom, the layer will be hidden.

defaultMinZoom
Link copied to clipboard
val defaultMinZoom: Double?

The minimum zoom level for the layer. At zoom levels less than the minzoom, the layer will be hidden.

defaultSkyAtmosphereColor
Link copied to clipboard
val defaultSkyAtmosphereColor: String?

A color used to tweak the main atmospheric scattering coefficients. Using white applies the default coefficients giving the natural blue color to the atmosphere. This color affects how heavily the corresponding wavelength is represented during scattering. The alpha channel describes the density of the atmosphere, with 1 maximum density and 0 no density.

defaultSkyAtmosphereColorAsColorInt
Link copied to clipboard
val defaultSkyAtmosphereColorAsColorInt: Int?

A color used to tweak the main atmospheric scattering coefficients. Using white applies the default coefficients giving the natural blue color to the atmosphere. This color affects how heavily the corresponding wavelength is represented during scattering. The alpha channel describes the density of the atmosphere, with 1 maximum density and 0 no density.

defaultSkyAtmosphereColorAsExpression
Link copied to clipboard
val defaultSkyAtmosphereColorAsExpression: Expression?

A color used to tweak the main atmospheric scattering coefficients. Using white applies the default coefficients giving the natural blue color to the atmosphere. This color affects how heavily the corresponding wavelength is represented during scattering. The alpha channel describes the density of the atmosphere, with 1 maximum density and 0 no density.

defaultSkyAtmosphereHaloColor
Link copied to clipboard
val defaultSkyAtmosphereHaloColor: String?

A color applied to the atmosphere sun halo. The alpha channel describes how strongly the sun halo is represented in an atmosphere sky layer.

defaultSkyAtmosphereHaloColorAsColorInt
Link copied to clipboard
val defaultSkyAtmosphereHaloColorAsColorInt: Int?

A color applied to the atmosphere sun halo. The alpha channel describes how strongly the sun halo is represented in an atmosphere sky layer.

val defaultSkyAtmosphereHaloColorAsExpression: Expression?

A color applied to the atmosphere sun halo. The alpha channel describes how strongly the sun halo is represented in an atmosphere sky layer.

defaultSkyAtmosphereSun
Link copied to clipboard
val defaultSkyAtmosphereSun: List<Double>?

Position of the sun center a azimuthal angle, p polar angle. The azimuthal angle indicates the position of the sun relative to 0 degree north, where degrees proceed clockwise. The polar angle indicates the height of the sun, where 0 degree is directly above, at zenith, and 90 degree at the horizon. When this property is ommitted, the sun center is directly inherited from the light position.

defaultSkyAtmosphereSunAsExpression
Link copied to clipboard
val defaultSkyAtmosphereSunAsExpression: Expression?

Position of the sun center a azimuthal angle, p polar angle. The azimuthal angle indicates the position of the sun relative to 0 degree north, where degrees proceed clockwise. The polar angle indicates the height of the sun, where 0 degree is directly above, at zenith, and 90 degree at the horizon. When this property is ommitted, the sun center is directly inherited from the light position.

defaultSkyAtmosphereSunIntensity
Link copied to clipboard
val defaultSkyAtmosphereSunIntensity: Double?

Intensity of the sun as a light source in the atmosphere (on a scale from 0 to a 100). Setting higher values will brighten up the sky.

Intensity of the sun as a light source in the atmosphere (on a scale from 0 to a 100). Setting higher values will brighten up the sky.

defaultSkyGradient
Link copied to clipboard
val defaultSkyGradient: Expression?

Defines a radial color gradient with which to color the sky. The color values can be interpolated with an expression using sky-radial-progress. The range 0, 1 for the interpolant covers a radial distance (in degrees) of 0, `sky-gradient-radius` centered at the position specified by sky-gradient-center.

defaultSkyGradientCenter
Link copied to clipboard
val defaultSkyGradientCenter: List<Double>?

Position of the gradient center a azimuthal angle, p polar angle. The azimuthal angle indicates the position of the gradient center relative to 0 degree north, where degrees proceed clockwise. The polar angle indicates the height of the gradient center, where 0 degree is directly above, at zenith, and 90 degree at the horizon.

defaultSkyGradientCenterAsExpression
Link copied to clipboard
val defaultSkyGradientCenterAsExpression: Expression?

Position of the gradient center a azimuthal angle, p polar angle. The azimuthal angle indicates the position of the gradient center relative to 0 degree north, where degrees proceed clockwise. The polar angle indicates the height of the gradient center, where 0 degree is directly above, at zenith, and 90 degree at the horizon.

defaultSkyGradientRadius
Link copied to clipboard
val defaultSkyGradientRadius: Double?

The angular distance (measured in degrees) from sky-gradient-center up to which the gradient extends. A value of 180 causes the gradient to wrap around to the opposite direction from sky-gradient-center.

defaultSkyGradientRadiusAsExpression
Link copied to clipboard
val defaultSkyGradientRadiusAsExpression: Expression?

The angular distance (measured in degrees) from sky-gradient-center up to which the gradient extends. A value of 180 causes the gradient to wrap around to the opposite direction from sky-gradient-center.

defaultSkyOpacity
Link copied to clipboard
val defaultSkyOpacity: Double?

The opacity of the entire sky layer.

defaultSkyOpacityAsExpression
Link copied to clipboard
val defaultSkyOpacityAsExpression: Expression?

The opacity of the entire sky layer.

defaultSkyOpacityTransition
Link copied to clipboard
val defaultSkyOpacityTransition: StyleTransition?

Transition options for SkyOpacity.

defaultSkyType
Link copied to clipboard
val defaultSkyType: SkyType?

The type of the sky

defaultSkyTypeAsExpression
Link copied to clipboard
val defaultSkyTypeAsExpression: Expression?

The type of the sky

defaultVisibility
Link copied to clipboard
val defaultVisibility: Visibility?

Visibility of the layer.