Package com.mapbox.maps.extension.style.layers.generated

Types

BackgroundLayer
Link copied to clipboard
class BackgroundLayer(layerId: String) : Layer, BackgroundLayerDsl

The background color or pattern of the map.

BackgroundLayerDsl
Link copied to clipboard
interface BackgroundLayerDsl

This Interface contains all the functions that will be exposed to Koltin DSL.

CircleLayer
Link copied to clipboard
class CircleLayer(layerId: String, sourceId: String) : Layer, CircleLayerDsl

A filled circle.

CircleLayerDsl
Link copied to clipboard
interface CircleLayerDsl

This Interface contains all the functions that will be exposed to Koltin DSL.

FillExtrusionLayer
Link copied to clipboard
class FillExtrusionLayer(layerId: String, sourceId: String) : Layer, FillExtrusionLayerDsl

An extruded (3D) polygon.

FillExtrusionLayerDsl
Link copied to clipboard
interface FillExtrusionLayerDsl

This Interface contains all the functions that will be exposed to Koltin DSL.

FillLayer
Link copied to clipboard
class FillLayer(layerId: String, sourceId: String) : Layer, FillLayerDsl

A filled polygon with an optional stroked border.

FillLayerDsl
Link copied to clipboard
interface FillLayerDsl

This Interface contains all the functions that will be exposed to Koltin DSL.

HeatmapLayer
Link copied to clipboard
class HeatmapLayer(layerId: String, sourceId: String) : Layer, HeatmapLayerDsl

A heatmap.

HeatmapLayerDsl
Link copied to clipboard
interface HeatmapLayerDsl

This Interface contains all the functions that will be exposed to Koltin DSL.

HillshadeLayer
Link copied to clipboard
class HillshadeLayer(layerId: String, sourceId: String) : Layer, HillshadeLayerDsl

Client-side hillshading visualization based on DEM data. Currently, the implementation only supports Mapbox Terrain RGB and Mapzen Terrarium tiles.

HillshadeLayerDsl
Link copied to clipboard
interface HillshadeLayerDsl

This Interface contains all the functions that will be exposed to Koltin DSL.

LineLayer
Link copied to clipboard
class LineLayer(layerId: String, sourceId: String) : Layer, LineLayerDsl

A stroked line.

LineLayerDsl
Link copied to clipboard
interface LineLayerDsl

This Interface contains all the functions that will be exposed to Koltin DSL.

LocationIndicatorLayer
Link copied to clipboard
class LocationIndicatorLayer(layerId: String) : Layer, LocationIndicatorLayerDsl

Location Indicator layer.

LocationIndicatorLayerDsl
Link copied to clipboard
interface LocationIndicatorLayerDsl

This Interface contains all the functions that will be exposed to Koltin DSL.

RasterLayer
Link copied to clipboard
class RasterLayer(layerId: String, sourceId: String) : Layer, RasterLayerDsl

Raster map textures such as satellite imagery.

RasterLayerDsl
Link copied to clipboard
interface RasterLayerDsl

This Interface contains all the functions that will be exposed to Koltin DSL.

SkyLayer
Link copied to clipboard
class SkyLayer(layerId: String) : Layer, SkyLayerDsl

A spherical dome around the map that is always rendered behind all other layers.

SkyLayerDsl
Link copied to clipboard
interface SkyLayerDsl

This Interface contains all the functions that will be exposed to Koltin DSL.

SymbolLayer
Link copied to clipboard
class SymbolLayer(layerId: String, sourceId: String) : Layer, SymbolLayerDsl

An icon or a text label.

SymbolLayerDsl
Link copied to clipboard
interface SymbolLayerDsl

This Interface contains all the functions that will be exposed to Koltin DSL.

Functions

backgroundLayer
Link copied to clipboard
fun backgroundLayer(layerId: String, block: BackgroundLayerDsl.() -> Unit): BackgroundLayer

DSL functions for creating a BackgroundLayer.

circleLayer
Link copied to clipboard
fun circleLayer(layerId: String, sourceId: String, block: CircleLayerDsl.() -> Unit): CircleLayer

DSL function for creating a CircleLayer.

fillExtrusionLayer
Link copied to clipboard
fun fillExtrusionLayer(layerId: String, sourceId: String, block: FillExtrusionLayerDsl.() -> Unit): FillExtrusionLayer

DSL function for creating a FillExtrusionLayer.

fillLayer
Link copied to clipboard
fun fillLayer(layerId: String, sourceId: String, block: FillLayerDsl.() -> Unit): FillLayer

DSL function for creating a FillLayer.

heatmapLayer
Link copied to clipboard
fun heatmapLayer(layerId: String, sourceId: String, block: HeatmapLayerDsl.() -> Unit): HeatmapLayer

DSL function for creating a HeatmapLayer.

hillshadeLayer
Link copied to clipboard
fun hillshadeLayer(layerId: String, sourceId: String, block: HillshadeLayerDsl.() -> Unit): HillshadeLayer

DSL function for creating a HillshadeLayer.

lineLayer
Link copied to clipboard
fun lineLayer(layerId: String, sourceId: String, block: LineLayerDsl.() -> Unit): LineLayer

DSL function for creating a LineLayer.

locationIndicatorLayer
Link copied to clipboard
fun locationIndicatorLayer(layerId: String, block: LocationIndicatorLayerDsl.() -> Unit): LocationIndicatorLayer

DSL functions for creating a LocationIndicatorLayer.

rasterLayer
Link copied to clipboard
fun rasterLayer(layerId: String, sourceId: String, block: RasterLayerDsl.() -> Unit): RasterLayer

DSL function for creating a RasterLayer.

skyLayer
Link copied to clipboard
fun skyLayer(layerId: String, block: SkyLayerDsl.() -> Unit): SkyLayer

DSL functions for creating a SkyLayer.

symbolLayer
Link copied to clipboard
fun symbolLayer(layerId: String, sourceId: String, block: SymbolLayerDsl.() -> Unit): SymbolLayer

DSL function for creating a SymbolLayer.