IconImage

fun IconImage(styleImage: StyleImage)

Construct the IconImage with StyleImage.


fun IconImage(value: String)

Construct the IconImage with String.


fun IconImage(expression: Expression)

Construct the IconImage with Mapbox Expression.


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