LinePattern

fun LinePattern(styleImage: StyleImage)

Construct the LinePattern with StyleImage.


fun LinePattern(value: String)

Construct the LinePattern with String.


fun LinePattern(expression: Expression)

Construct the LinePattern with Mapbox Expression.


fun LinePattern(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.