LineCapValue

data class LineCapValue(val value: Value)

The display of line endings. Default value: "butt".

Parameters

value

the property wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard
fun LineCapValue(expression: Expression)

Construct the LineCapValue with Mapbox Expression.

Link copied to clipboard
fun LineCapValue(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard