FillPattern

fun FillPattern(styleImage: StyleImage)

Construct the FillPattern with StyleImage.


fun FillPattern(value: String)

Construct the FillPattern with String.


fun FillPattern(expression: Expression)

Construct the FillPattern with Mapbox Expression.


fun FillPattern(value: Value, styleImage: StyleImage? = null)

Parameters

value

the property wrapped in Value to be used with native renderer.

styleImage

the optional style image that will be added to the style if available.