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.

defaultRasterBrightnessMax
Link copied to clipboard
val defaultRasterBrightnessMax: Double?

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

defaultRasterBrightnessMaxAsExpression
Link copied to clipboard
val defaultRasterBrightnessMaxAsExpression: Expression?

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

defaultRasterBrightnessMaxTransition
Link copied to clipboard
val defaultRasterBrightnessMaxTransition: StyleTransition?

Transition options for RasterBrightnessMax.

defaultRasterBrightnessMin
Link copied to clipboard
val defaultRasterBrightnessMin: Double?

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

defaultRasterBrightnessMinAsExpression
Link copied to clipboard
val defaultRasterBrightnessMinAsExpression: Expression?

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

defaultRasterBrightnessMinTransition
Link copied to clipboard
val defaultRasterBrightnessMinTransition: StyleTransition?

Transition options for RasterBrightnessMin.

defaultRasterContrast
Link copied to clipboard
val defaultRasterContrast: Double?

Increase or reduce the contrast of the image.

defaultRasterContrastAsExpression
Link copied to clipboard
val defaultRasterContrastAsExpression: Expression?

Increase or reduce the contrast of the image.

defaultRasterContrastTransition
Link copied to clipboard
val defaultRasterContrastTransition: StyleTransition?

Transition options for RasterContrast.

defaultRasterFadeDuration
Link copied to clipboard
val defaultRasterFadeDuration: Double?

Fade duration when a new tile is added.

defaultRasterFadeDurationAsExpression
Link copied to clipboard
val defaultRasterFadeDurationAsExpression: Expression?

Fade duration when a new tile is added.

defaultRasterHueRotate
Link copied to clipboard
val defaultRasterHueRotate: Double?

Rotates hues around the color wheel.

defaultRasterHueRotateAsExpression
Link copied to clipboard
val defaultRasterHueRotateAsExpression: Expression?

Rotates hues around the color wheel.

defaultRasterHueRotateTransition
Link copied to clipboard
val defaultRasterHueRotateTransition: StyleTransition?

Transition options for RasterHueRotate.

defaultRasterOpacity
Link copied to clipboard
val defaultRasterOpacity: Double?

The opacity at which the image will be drawn.

defaultRasterOpacityAsExpression
Link copied to clipboard
val defaultRasterOpacityAsExpression: Expression?

The opacity at which the image will be drawn.

defaultRasterOpacityTransition
Link copied to clipboard
val defaultRasterOpacityTransition: StyleTransition?

Transition options for RasterOpacity.

defaultRasterResampling
Link copied to clipboard
val defaultRasterResampling: RasterResampling?

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

defaultRasterResamplingAsExpression
Link copied to clipboard
val defaultRasterResamplingAsExpression: Expression?

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

defaultRasterSaturation
Link copied to clipboard
val defaultRasterSaturation: Double?

Increase or reduce the saturation of the image.

defaultRasterSaturationAsExpression
Link copied to clipboard
val defaultRasterSaturationAsExpression: Expression?

Increase or reduce the saturation of the image.

defaultRasterSaturationTransition
Link copied to clipboard
val defaultRasterSaturationTransition: StyleTransition?

Transition options for RasterSaturation.

defaultVisibility
Link copied to clipboard
val defaultVisibility: Visibility?

Visibility of the layer.