Raster Layer
@UiThread()
Content copied to clipboard
Raster map textures such as satellite imagery.
See also
Parameters
layerId
the ID of the layer
sourceId
the ID of the source
Constructors
RasterLayer
Link copied to clipboard
the ID of the layer
Types
Functions
bindTo
Link copied to clipboard
open override fun bindTo(delegate: StyleInterface, position: LayerPosition?)
Content copied to clipboard
maxZoom
Link copied to clipboard
minZoom
Link copied to clipboard
rasterBrightnessMax
Link copied to clipboard
open override fun rasterBrightnessMax(rasterBrightnessMax: Expression): RasterLayer
Content copied to clipboard
open override fun rasterBrightnessMax(rasterBrightnessMax: Double): RasterLayer
Content copied to clipboard
rasterBrightnessMaxTransition
Link copied to clipboard
open override fun rasterBrightnessMaxTransition(options: StyleTransition): RasterLayer
Content copied to clipboard
open override fun rasterBrightnessMaxTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
Content copied to clipboard
DSL for rasterBrightnessMaxTransition.
rasterBrightnessMin
Link copied to clipboard
open override fun rasterBrightnessMin(rasterBrightnessMin: Expression): RasterLayer
Content copied to clipboard
open override fun rasterBrightnessMin(rasterBrightnessMin: Double): RasterLayer
Content copied to clipboard
rasterBrightnessMinTransition
Link copied to clipboard
open override fun rasterBrightnessMinTransition(options: StyleTransition): RasterLayer
Content copied to clipboard
open override fun rasterBrightnessMinTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
Content copied to clipboard
DSL for rasterBrightnessMinTransition.
rasterContrast
Link copied to clipboard
open override fun rasterContrast(rasterContrast: Expression): RasterLayer
Content copied to clipboard
rasterContrastTransition
Link copied to clipboard
open override fun rasterContrastTransition(options: StyleTransition): RasterLayer
Content copied to clipboard
open override fun rasterContrastTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
Content copied to clipboard
DSL for rasterContrastTransition.
rasterFadeDuration
Link copied to clipboard
open override fun rasterFadeDuration(rasterFadeDuration: Expression): RasterLayer
Content copied to clipboard
open override fun rasterFadeDuration(rasterFadeDuration: Double): RasterLayer
Content copied to clipboard
rasterHueRotate
Link copied to clipboard
open override fun rasterHueRotate(rasterHueRotate: Expression): RasterLayer
Content copied to clipboard
rasterHueRotateTransition
Link copied to clipboard
open override fun rasterHueRotateTransition(options: StyleTransition): RasterLayer
Content copied to clipboard
open override fun rasterHueRotateTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
Content copied to clipboard
DSL for rasterHueRotateTransition.
rasterOpacity
Link copied to clipboard
rasterOpacityTransition
Link copied to clipboard
open override fun rasterOpacityTransition(options: StyleTransition): RasterLayer
Content copied to clipboard
open override fun rasterOpacityTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
Content copied to clipboard
DSL for rasterOpacityTransition.
rasterResampling
Link copied to clipboard
open override fun rasterResampling(rasterResampling: Expression): RasterLayer
Content copied to clipboard
open override fun rasterResampling(rasterResampling: RasterResampling): RasterLayer
Content copied to clipboard
rasterSaturation
Link copied to clipboard
open override fun rasterSaturation(rasterSaturation: Expression): RasterLayer
Content copied to clipboard
open override fun rasterSaturation(rasterSaturation: Double): RasterLayer
Content copied to clipboard
rasterSaturationTransition
Link copied to clipboard
open override fun rasterSaturationTransition(options: StyleTransition): RasterLayer
Content copied to clipboard
open override fun rasterSaturationTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer
Content copied to clipboard
DSL for rasterSaturationTransition.
sourceLayer
Link copied to clipboard
visibility
Link copied to clipboard
Properties
rasterBrightnessMax
Link copied to clipboard
Increase or reduce the brightness of the image.
rasterBrightnessMaxAsExpression
Link copied to clipboard
This is an Expression representation of "raster-brightness-max".
rasterBrightnessMaxTransition
Link copied to clipboard
Transition options for RasterBrightnessMax.
rasterBrightnessMin
Link copied to clipboard
Increase or reduce the brightness of the image.
rasterBrightnessMinAsExpression
Link copied to clipboard
This is an Expression representation of "raster-brightness-min".
rasterBrightnessMinTransition
Link copied to clipboard
Transition options for RasterBrightnessMin.
rasterContrast
Link copied to clipboard
Increase or reduce the contrast of the image.
rasterContrastAsExpression
Link copied to clipboard
This is an Expression representation of "raster-contrast".
rasterContrastTransition
Link copied to clipboard
Transition options for RasterContrast.
rasterFadeDuration
Link copied to clipboard
Fade duration when a new tile is added.
rasterFadeDurationAsExpression
Link copied to clipboard
This is an Expression representation of "raster-fade-duration".
rasterHueRotate
Link copied to clipboard
Rotates hues around the color wheel.
rasterHueRotateAsExpression
Link copied to clipboard
This is an Expression representation of "raster-hue-rotate".
rasterHueRotateTransition
Link copied to clipboard
Transition options for RasterHueRotate.
rasterOpacity
Link copied to clipboard
The opacity at which the image will be drawn.
rasterOpacityAsExpression
Link copied to clipboard
This is an Expression representation of "raster-opacity".
rasterOpacityTransition
Link copied to clipboard
Transition options for RasterOpacity.
rasterResampling
Link copied to clipboard
The resampling/interpolation method to use for overscaling, also known as texture magnification filter
rasterResamplingAsExpression
Link copied to clipboard
This is an Expression representation of "raster-resampling".
rasterSaturation
Link copied to clipboard
Increase or reduce the saturation of the image.
rasterSaturationAsExpression
Link copied to clipboard
This is an Expression representation of "raster-saturation".
rasterSaturationTransition
Link copied to clipboard
Transition options for RasterSaturation.
sourceLayer
Link copied to clipboard
Source layer.
visibility
Link copied to clipboard
Visibility of the layer.