fillExtrusionPattern

open override fun fillExtrusionPattern(fillExtrusionPattern: String): FillExtrusionLayer

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

Use static method FillExtrusionLayer.defaultFillExtrusionPattern to set the default property.

Parameters

fillExtrusionPattern

value of fillExtrusionPattern


open override fun fillExtrusionPattern(fillExtrusionPattern: Expression): FillExtrusionLayer

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

Use static method FillExtrusionLayer.defaultFillExtrusionPatternAsExpression to set the default property.

Parameters

fillExtrusionPattern

value of fillExtrusionPattern as Expression


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