Companion

Static variables and methods.

object Companion

Functions

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

Properties

defaultMaxZoom
Link copied to clipboard

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

Range: minimum: 0 maximum: 24

val defaultMaxZoom: Double?
defaultMinZoom
Link copied to clipboard

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

Range: minimum: 0 maximum: 24

val defaultMinZoom: Double?
defaultRasterBrightnessMax
Link copied to clipboard

Increase or reduce the brightness of the image. The value is the maximum brightness.

val defaultRasterBrightnessMax: Double?
defaultRasterBrightnessMaxAsExpression
Link copied to clipboard

This is an Expression representation of "raster-brightness-max".

Increase or reduce the brightness of the image. The value is the maximum brightness.

val defaultRasterBrightnessMaxAsExpression: Expression?
defaultRasterBrightnessMaxTransition
Link copied to clipboard

Transition options for RasterBrightnessMax.

val defaultRasterBrightnessMaxTransition: StyleTransition?
defaultRasterBrightnessMin
Link copied to clipboard

Increase or reduce the brightness of the image. The value is the minimum brightness.

val defaultRasterBrightnessMin: Double?
defaultRasterBrightnessMinAsExpression
Link copied to clipboard

This is an Expression representation of "raster-brightness-min".

Increase or reduce the brightness of the image. The value is the minimum brightness.

val defaultRasterBrightnessMinAsExpression: Expression?
defaultRasterBrightnessMinTransition
Link copied to clipboard

Transition options for RasterBrightnessMin.

val defaultRasterBrightnessMinTransition: StyleTransition?
defaultRasterContrast
Link copied to clipboard

Increase or reduce the contrast of the image.

val defaultRasterContrast: Double?
defaultRasterContrastAsExpression
Link copied to clipboard

This is an Expression representation of "raster-contrast".

Increase or reduce the contrast of the image.

val defaultRasterContrastAsExpression: Expression?
defaultRasterContrastTransition
Link copied to clipboard

Transition options for RasterContrast.

val defaultRasterContrastTransition: StyleTransition?
defaultRasterFadeDuration
Link copied to clipboard

Fade duration when a new tile is added.

val defaultRasterFadeDuration: Double?
defaultRasterFadeDurationAsExpression
Link copied to clipboard

This is an Expression representation of "raster-fade-duration".

Fade duration when a new tile is added.

val defaultRasterFadeDurationAsExpression: Expression?
defaultRasterHueRotate
Link copied to clipboard

Rotates hues around the color wheel.

val defaultRasterHueRotate: Double?
defaultRasterHueRotateAsExpression
Link copied to clipboard

This is an Expression representation of "raster-hue-rotate".

Rotates hues around the color wheel.

val defaultRasterHueRotateAsExpression: Expression?
defaultRasterHueRotateTransition
Link copied to clipboard

Transition options for RasterHueRotate.

val defaultRasterHueRotateTransition: StyleTransition?
defaultRasterOpacity
Link copied to clipboard

The opacity at which the image will be drawn.

val defaultRasterOpacity: Double?
defaultRasterOpacityAsExpression
Link copied to clipboard

This is an Expression representation of "raster-opacity".

The opacity at which the image will be drawn.

val defaultRasterOpacityAsExpression: Expression?
defaultRasterOpacityTransition
Link copied to clipboard

Transition options for RasterOpacity.

val defaultRasterOpacityTransition: StyleTransition?
defaultRasterResampling
Link copied to clipboard

The resampling/interpolation method to use for overscaling, also known as texture magnification filter

val defaultRasterResampling: RasterResampling?
defaultRasterResamplingAsExpression
Link copied to clipboard

This is an Expression representation of "raster-resampling".

The resampling/interpolation method to use for overscaling, also known as texture magnification filter

val defaultRasterResamplingAsExpression: Expression?
defaultRasterSaturation
Link copied to clipboard

Increase or reduce the saturation of the image.

val defaultRasterSaturation: Double?
defaultRasterSaturationAsExpression
Link copied to clipboard

This is an Expression representation of "raster-saturation".

Increase or reduce the saturation of the image.

val defaultRasterSaturationAsExpression: Expression?
defaultRasterSaturationTransition
Link copied to clipboard

Transition options for RasterSaturation.

val defaultRasterSaturationTransition: StyleTransition?
defaultVisibility
Link copied to clipboard

Visibility of the layer.

val defaultVisibility: Visibility?