LineSortKey

Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key.

Parameters

value

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

Constructors

Link copied to clipboard
fun LineSortKey(value: Double)

Construct the LineSortKey with Double.

Link copied to clipboard
fun LineSortKey(expression: Expression)

Construct the LineSortKey with Mapbox Expression.

Link copied to clipboard
fun LineSortKey(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard