ImageValue

Name of image in sprite to use as the top 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 ImageValue(styleImage: StyleImage)

Construct the ImageValue with StyleImage.

Link copied to clipboard
fun ImageValue(imageId: String)

Construct the ImageValue with image id as String.

Link copied to clipboard
fun ImageValue(expression: Expression)

Construct the TopImage with Mapbox Expression.

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard

The String represented by value or null if the stored Value is not a String.

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