Package com. mapbox. maps. extension. style. layers. generated
Types
BackgroundLayer
Link copied to clipboard
@UiThread()
Content copied to clipboard
BackgroundLayerDsl
Link copied to clipboard
interface BackgroundLayerDsl
Content copied to clipboard
CircleLayer
Link copied to clipboard
@UiThread()
Content copied to clipboard
CircleLayerDsl
Link copied to clipboard
interface CircleLayerDsl
Content copied to clipboard
FillExtrusionLayer
Link copied to clipboard
@UiThread()
Content copied to clipboard
FillExtrusionLayerDsl
Link copied to clipboard
interface FillExtrusionLayerDsl
Content copied to clipboard
FillLayerDsl
Link copied to clipboard
interface FillLayerDsl
Content copied to clipboard
HeatmapLayer
Link copied to clipboard
@UiThread()
Content copied to clipboard
HeatmapLayerDsl
Link copied to clipboard
interface HeatmapLayerDsl
Content copied to clipboard
HillshadeLayer
Link copied to clipboard
@UiThread()
Content copied to clipboard
HillshadeLayerDsl
Link copied to clipboard
interface HillshadeLayerDsl
Content copied to clipboard
LineLayerDsl
Link copied to clipboard
interface LineLayerDsl
Content copied to clipboard
LocationIndicatorLayer
Link copied to clipboard
@UiThread()
Content copied to clipboard
LocationIndicatorLayerDsl
Link copied to clipboard
interface LocationIndicatorLayerDsl
Content copied to clipboard
RasterLayer
Link copied to clipboard
@UiThread()
Content copied to clipboard
RasterLayerDsl
Link copied to clipboard
interface RasterLayerDsl
Content copied to clipboard
SkyLayerDsl
Link copied to clipboard
interface SkyLayerDsl
Content copied to clipboard
SymbolLayer
Link copied to clipboard
@UiThread()
Content copied to clipboard
SymbolLayerDsl
Link copied to clipboard
interface SymbolLayerDsl
Content copied to clipboard
Functions
backgroundLayer
Link copied to clipboard
fun backgroundLayer(layerId: String, block: BackgroundLayerDsl.() -> Unit): BackgroundLayer
Content copied to clipboard
DSL function for BackgroundLayer.
circleLayer
Link copied to clipboard
fun circleLayer(layerId: String, sourceId: String, block: CircleLayerDsl.() -> Unit): CircleLayer
Content copied to clipboard
DSL function for CircleLayer.
fillExtrusionLayer
Link copied to clipboard
fun fillExtrusionLayer(layerId: String, sourceId: String, block: FillExtrusionLayerDsl.() -> Unit): FillExtrusionLayer
Content copied to clipboard
DSL function for FillExtrusionLayer.
heatmapLayer
Link copied to clipboard
fun heatmapLayer(layerId: String, sourceId: String, block: HeatmapLayerDsl.() -> Unit): HeatmapLayer
Content copied to clipboard
DSL function for HeatmapLayer.
hillshadeLayer
Link copied to clipboard
fun hillshadeLayer(layerId: String, sourceId: String, block: HillshadeLayerDsl.() -> Unit): HillshadeLayer
Content copied to clipboard
DSL function for HillshadeLayer.
locationIndicatorLayer
Link copied to clipboard
fun locationIndicatorLayer(layerId: String, block: LocationIndicatorLayerDsl.() -> Unit): LocationIndicatorLayer
Content copied to clipboard
DSL function for LocationIndicatorLayer.
rasterLayer
Link copied to clipboard
fun rasterLayer(layerId: String, sourceId: String, block: RasterLayerDsl.() -> Unit): RasterLayer
Content copied to clipboard
DSL function for RasterLayer.
symbolLayer
Link copied to clipboard
fun symbolLayer(layerId: String, sourceId: String, block: SymbolLayerDsl.() -> Unit): SymbolLayer
Content copied to clipboard
DSL function for SymbolLayer.