BearingImage

fun BearingImage(styleImage: StyleImage)

Construct the BearingImage with StyleImage.


fun BearingImage(value: String)

Construct the BearingImage with String.


fun BearingImage(expression: Expression)

Construct the BearingImage with Mapbox Expression.


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