LineOffset

The line's offset. For linear features, a positive value offsets the line to the right, relative to the direction of the line, and a negative value to the left. For polygon features, a positive value results in an inset, and a negative value results in an outset.

Parameters

value

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

Constructors

Link copied to clipboard
fun LineOffset(value: Double)

Construct the LineOffset with Double.

Link copied to clipboard
fun LineOffset(expression: Expression)

Construct the LineOffset with Mapbox Expression.

Link copied to clipboard
fun LineOffset(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard