BearingImage

data class BearingImage(val value: Value, val styleImage: StyleImage? = null)

Name of image in sprite to use as the middle of the location indicator.

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.

Constructors

Link copied to clipboard
fun BearingImage(styleImage: StyleImage)

Construct the BearingImage with StyleImage.

Link copied to clipboard
fun BearingImage(value: String)

Construct the BearingImage with String.

Link copied to clipboard
fun BearingImage(expression: Expression)

Construct the BearingImage with Mapbox Expression.

Link copied to clipboard
fun BearingImage(value: Value, styleImage: StyleImage? = null)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard
val styleImage: StyleImage? = null
Link copied to clipboard