Symbol Layer Dsl
interface SymbolLayerDsl
Content copied to clipboard
This Interface contains all the functions that will be exposed to Koltin DSL.
Separated the DSL receiver class to this interface to avoid IDE code suggestion for property getters.
Functions
filter
Link copied to clipboard
iconAllowOverlap
Link copied to clipboard
abstract fun iconAllowOverlap(iconAllowOverlap: Boolean = false): SymbolLayer
Content copied to clipboard
iconAnchor
Link copied to clipboard
abstract fun iconAnchor(iconAnchor: IconAnchor = IconAnchor.CENTER): SymbolLayer
Content copied to clipboard
iconColor
Link copied to clipboard
iconColorTransition
Link copied to clipboard
abstract fun iconColorTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer
Content copied to clipboard
DSL for iconColorTransition.
iconHaloBlur
Link copied to clipboard
iconHaloBlurTransition
Link copied to clipboard
abstract fun iconHaloBlurTransition(options: StyleTransition): SymbolLayer
Content copied to clipboard
abstract fun iconHaloBlurTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer
Content copied to clipboard
DSL for iconHaloBlurTransition.
iconHaloColor
Link copied to clipboard
abstract fun iconHaloColor(iconHaloColor: String = "rgba(0, 0, 0, 0)"): SymbolLayer
Content copied to clipboard
iconHaloColorTransition
Link copied to clipboard
abstract fun iconHaloColorTransition(options: StyleTransition): SymbolLayer
Content copied to clipboard
abstract fun iconHaloColorTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer
Content copied to clipboard
DSL for iconHaloColorTransition.
iconHaloWidth
Link copied to clipboard
iconHaloWidthTransition
Link copied to clipboard
abstract fun iconHaloWidthTransition(options: StyleTransition): SymbolLayer
Content copied to clipboard
abstract fun iconHaloWidthTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer
Content copied to clipboard
DSL for iconHaloWidthTransition.
iconIgnorePlacement
Link copied to clipboard
abstract fun iconIgnorePlacement(iconIgnorePlacement: Expression): SymbolLayer
Content copied to clipboard
abstract fun iconIgnorePlacement(iconIgnorePlacement: Boolean = false): SymbolLayer
Content copied to clipboard
iconImage
Link copied to clipboard
iconKeepUpright
Link copied to clipboard
abstract fun iconKeepUpright(iconKeepUpright: Boolean = false): SymbolLayer
Content copied to clipboard
iconOffset
Link copied to clipboard
abstract fun iconOffset(iconOffset: List<Double> = listOf(0.0, 0.0)): SymbolLayer
Content copied to clipboard
iconOpacity
Link copied to clipboard
iconOpacityTransition
Link copied to clipboard
abstract fun iconOpacityTransition(options: StyleTransition): SymbolLayer
Content copied to clipboard
abstract fun iconOpacityTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer
Content copied to clipboard
DSL for iconOpacityTransition.
iconOptional
Link copied to clipboard
iconPadding
Link copied to clipboard
iconPitchAlignment
Link copied to clipboard
abstract fun iconPitchAlignment(iconPitchAlignment: Expression): SymbolLayer
Content copied to clipboard
abstract fun iconPitchAlignment(iconPitchAlignment: IconPitchAlignment = IconPitchAlignment.AUTO): SymbolLayer
Content copied to clipboard
iconRotate
Link copied to clipboard
iconRotationAlignment
Link copied to clipboard
abstract fun iconRotationAlignment(iconRotationAlignment: Expression): SymbolLayer
Content copied to clipboard
abstract fun iconRotationAlignment(iconRotationAlignment: IconRotationAlignment = IconRotationAlignment.AUTO): SymbolLayer
Content copied to clipboard
iconSize
Link copied to clipboard
iconTextFit
Link copied to clipboard
abstract fun iconTextFit(iconTextFit: IconTextFit = IconTextFit.NONE): SymbolLayer
Content copied to clipboard
iconTextFitPadding
Link copied to clipboard
abstract fun iconTextFitPadding(iconTextFitPadding: Expression): SymbolLayer
Content copied to clipboard
abstract fun iconTextFitPadding(iconTextFitPadding: List<Double> = listOf(0.0, 0.0, 0.0, 0.0)): SymbolLayer
Content copied to clipboard
iconTranslate
Link copied to clipboard
abstract fun iconTranslate(iconTranslate: List<Double> = listOf(0.0, 0.0)): SymbolLayer
Content copied to clipboard
iconTranslateAnchor
Link copied to clipboard
abstract fun iconTranslateAnchor(iconTranslateAnchor: Expression): SymbolLayer
Content copied to clipboard
abstract fun iconTranslateAnchor(iconTranslateAnchor: IconTranslateAnchor = IconTranslateAnchor.MAP): SymbolLayer
Content copied to clipboard
iconTranslateTransition
Link copied to clipboard
abstract fun iconTranslateTransition(options: StyleTransition): SymbolLayer
Content copied to clipboard
abstract fun iconTranslateTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer
Content copied to clipboard
DSL for iconTranslateTransition.
maxZoom
Link copied to clipboard
minZoom
Link copied to clipboard
sourceLayer
Link copied to clipboard
symbolAvoidEdges
Link copied to clipboard
abstract fun symbolAvoidEdges(symbolAvoidEdges: Boolean = false): SymbolLayer
Content copied to clipboard
symbolPlacement
Link copied to clipboard
abstract fun symbolPlacement(symbolPlacement: SymbolPlacement = SymbolPlacement.POINT): SymbolLayer
Content copied to clipboard
symbolSortKey
Link copied to clipboard
symbolSpacing
Link copied to clipboard
symbolZOrder
Link copied to clipboard
abstract fun symbolZOrder(symbolZOrder: SymbolZOrder = SymbolZOrder.AUTO): SymbolLayer
Content copied to clipboard
textAllowOverlap
Link copied to clipboard
abstract fun textAllowOverlap(textAllowOverlap: Boolean = false): SymbolLayer
Content copied to clipboard
textAnchor
Link copied to clipboard
abstract fun textAnchor(textAnchor: TextAnchor = TextAnchor.CENTER): SymbolLayer
Content copied to clipboard
textColor
Link copied to clipboard
textColorTransition
Link copied to clipboard
abstract fun textColorTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer
Content copied to clipboard
DSL for textColorTransition.
textFont
Link copied to clipboard
abstract fun textFont(textFont: List<String> = listOf("Open Sans Regular", "Arial Unicode MS Regular")): SymbolLayer
Content copied to clipboard
textHaloBlur
Link copied to clipboard
textHaloBlurTransition
Link copied to clipboard
abstract fun textHaloBlurTransition(options: StyleTransition): SymbolLayer
Content copied to clipboard
abstract fun textHaloBlurTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer
Content copied to clipboard
DSL for textHaloBlurTransition.
textHaloColor
Link copied to clipboard
abstract fun textHaloColor(textHaloColor: String = "rgba(0, 0, 0, 0)"): SymbolLayer
Content copied to clipboard
textHaloColorTransition
Link copied to clipboard
abstract fun textHaloColorTransition(options: StyleTransition): SymbolLayer
Content copied to clipboard
abstract fun textHaloColorTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer
Content copied to clipboard
DSL for textHaloColorTransition.
textHaloWidth
Link copied to clipboard
textHaloWidthTransition
Link copied to clipboard
abstract fun textHaloWidthTransition(options: StyleTransition): SymbolLayer
Content copied to clipboard
abstract fun textHaloWidthTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer
Content copied to clipboard
DSL for textHaloWidthTransition.
textIgnorePlacement
Link copied to clipboard
abstract fun textIgnorePlacement(textIgnorePlacement: Expression): SymbolLayer
Content copied to clipboard
abstract fun textIgnorePlacement(textIgnorePlacement: Boolean = false): SymbolLayer
Content copied to clipboard
textJustify
Link copied to clipboard
abstract fun textJustify(textJustify: TextJustify = TextJustify.CENTER): SymbolLayer
Content copied to clipboard
textKeepUpright
Link copied to clipboard
abstract fun textKeepUpright(textKeepUpright: Boolean = true): SymbolLayer
Content copied to clipboard
textLetterSpacing
Link copied to clipboard
abstract fun textLetterSpacing(textLetterSpacing: Expression): SymbolLayer
Content copied to clipboard
abstract fun textLetterSpacing(textLetterSpacing: Double = 0.0): SymbolLayer
Content copied to clipboard
textLineHeight
Link copied to clipboard
textMaxAngle
Link copied to clipboard
textMaxWidth
Link copied to clipboard
textOffset
Link copied to clipboard
abstract fun textOffset(textOffset: List<Double> = listOf(0.0, 0.0)): SymbolLayer
Content copied to clipboard
textOpacity
Link copied to clipboard
textOpacityTransition
Link copied to clipboard
abstract fun textOpacityTransition(options: StyleTransition): SymbolLayer
Content copied to clipboard
abstract fun textOpacityTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer
Content copied to clipboard
DSL for textOpacityTransition.
textOptional
Link copied to clipboard
textPadding
Link copied to clipboard
textPitchAlignment
Link copied to clipboard
abstract fun textPitchAlignment(textPitchAlignment: Expression): SymbolLayer
Content copied to clipboard
abstract fun textPitchAlignment(textPitchAlignment: TextPitchAlignment = TextPitchAlignment.AUTO): SymbolLayer
Content copied to clipboard
textRadialOffset
Link copied to clipboard
abstract fun textRadialOffset(textRadialOffset: Double = 0.0): SymbolLayer
Content copied to clipboard
textRotate
Link copied to clipboard
textRotationAlignment
Link copied to clipboard
abstract fun textRotationAlignment(textRotationAlignment: Expression): SymbolLayer
Content copied to clipboard
abstract fun textRotationAlignment(textRotationAlignment: TextRotationAlignment = TextRotationAlignment.AUTO): SymbolLayer
Content copied to clipboard
textSize
Link copied to clipboard
textTransform
Link copied to clipboard
abstract fun textTransform(textTransform: TextTransform = TextTransform.NONE): SymbolLayer
Content copied to clipboard
textTranslate
Link copied to clipboard
abstract fun textTranslate(textTranslate: List<Double> = listOf(0.0, 0.0)): SymbolLayer
Content copied to clipboard
textTranslateAnchor
Link copied to clipboard
abstract fun textTranslateAnchor(textTranslateAnchor: Expression): SymbolLayer
Content copied to clipboard
abstract fun textTranslateAnchor(textTranslateAnchor: TextTranslateAnchor = TextTranslateAnchor.MAP): SymbolLayer
Content copied to clipboard
textTranslateTransition
Link copied to clipboard
abstract fun textTranslateTransition(options: StyleTransition): SymbolLayer
Content copied to clipboard
abstract fun textTranslateTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer
Content copied to clipboard
DSL for textTranslateTransition.
textVariableAnchor
Link copied to clipboard
abstract fun textVariableAnchor(textVariableAnchor: Expression): SymbolLayer
Content copied to clipboard
abstract fun textVariableAnchor(textVariableAnchor: List<String>): SymbolLayer
Content copied to clipboard
textWritingMode
Link copied to clipboard
visibility
Link copied to clipboard
Inheritors
SymbolLayer
Link copied to clipboard