linePatternTransition

abstract fun linePatternTransition(options: StyleTransition): LineLayer

Name of image in sprite to use for drawing image lines. For seamless patterns, image width must be a factor of two (2, 4, 8, ..., 512). Note that zoom-dependent expressions will be evaluated only at integer zoom levels.

Set the LinePattern property transition options

Parameters

options

transition options for String

abstract fun linePatternTransition(block: StyleTransition.Builder.() -> Unit): LineLayer

Name of image in sprite to use for drawing image lines. For seamless patterns, image width must be a factor of two (2, 4, 8, ..., 512). Note that zoom-dependent expressions will be evaluated only at integer zoom levels.

DSL for linePatternTransition.