LineCap

data class LineCap(val value: Value)

The display of line endings.

Parameters

value

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

Constructors

Link copied to clipboard
fun LineCap(expression: Expression)

Construct the LineCap with Mapbox Expression.

Link copied to clipboard
fun LineCap(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard