TopImage

fun TopImage(styleImage: StyleImage)

Construct the TopImage with StyleImage.


fun TopImage(value: String)

Construct the TopImage with String.


fun TopImage(expression: Expression)

Construct the TopImage with Mapbox Expression.


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