Companion

object Companion

Static variables and methods.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

defaultMaxZoom
Link copied to clipboard
val defaultMaxZoom: Double?
The maximum zoom level for the layer.
defaultMinZoom
Link copied to clipboard
val defaultMinZoom: Double?
The minimum zoom level for the layer.
defaultSkyAtmosphereColor
Link copied to clipboard
val defaultSkyAtmosphereColor: String?
A color used to tweak the main atmospheric scattering coefficients.
defaultSkyAtmosphereColorAsColorInt
Link copied to clipboard
val defaultSkyAtmosphereColorAsColorInt: Int?
A color used to tweak the main atmospheric scattering coefficients.
defaultSkyAtmosphereColorAsExpression
Link copied to clipboard
val defaultSkyAtmosphereColorAsExpression: Expression?
This is an Expression representation of "sky-atmosphere-color".
defaultSkyAtmosphereHaloColor
Link copied to clipboard
val defaultSkyAtmosphereHaloColor: String?
A color applied to the atmosphere sun halo.
defaultSkyAtmosphereHaloColorAsColorInt
Link copied to clipboard
val defaultSkyAtmosphereHaloColorAsColorInt: Int?
A color applied to the atmosphere sun halo.
val defaultSkyAtmosphereHaloColorAsExpression: Expression?
This is an Expression representation of "sky-atmosphere-halo-color".
defaultSkyAtmosphereSun
Link copied to clipboard
val defaultSkyAtmosphereSun: List<Double>?
Position of the sun center a azimuthal angle, p polar angle.
defaultSkyAtmosphereSunAsExpression
Link copied to clipboard
val defaultSkyAtmosphereSunAsExpression: Expression?
This is an Expression representation of "sky-atmosphere-sun".
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).
This is an Expression representation of "sky-atmosphere-sun-intensity".
defaultSkyGradient
Link copied to clipboard
val defaultSkyGradient: Expression?
Defines a radial color gradient with which to color the sky.
defaultSkyGradientCenter
Link copied to clipboard
val defaultSkyGradientCenter: List<Double>?
Position of the gradient center a azimuthal angle, p polar angle.
defaultSkyGradientCenterAsExpression
Link copied to clipboard
val defaultSkyGradientCenterAsExpression: Expression?
This is an Expression representation of "sky-gradient-center".
defaultSkyGradientRadius
Link copied to clipboard
val defaultSkyGradientRadius: Double?
The angular distance (measured in degrees) from sky-gradient-center up to which the gradient extends.
defaultSkyGradientRadiusAsExpression
Link copied to clipboard
val defaultSkyGradientRadiusAsExpression: Expression?
This is an Expression representation of "sky-gradient-radius".
defaultSkyOpacity
Link copied to clipboard
val defaultSkyOpacity: Double?
The opacity of the entire sky layer.
defaultSkyOpacityAsExpression
Link copied to clipboard
val defaultSkyOpacityAsExpression: Expression?
This is an Expression representation of "sky-opacity".
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?
This is an Expression representation of "sky-type".
defaultVisibility
Link copied to clipboard
val defaultVisibility: Visibility?
Visibility of the layer.