circle Opacity Transition
abstract fun circleOpacityTransition(options: StyleTransition): CircleLayer
Content copied to clipboard
The opacity at which the circle will be drawn.
Set the CircleOpacity property transition options
Parameters
options
transition options for Double
abstract fun circleOpacityTransition(block: StyleTransition.Builder.() -> Unit): CircleLayer
Content copied to clipboard
The opacity at which the circle will be drawn.
DSL for circleOpacityTransition.