ShadowImage

fun ShadowImage(styleImage: StyleImage)

Construct the ShadowImage with StyleImage.


fun ShadowImage(value: String)

Construct the ShadowImage with String.


fun ShadowImage(expression: Expression)

Construct the ShadowImage with Mapbox Expression.


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