CircleSortKey

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 CircleSortKey(value: Double)

Construct the CircleSortKey with Double.

Link copied to clipboard
fun CircleSortKey(expression: Expression)

Construct the CircleSortKey with Mapbox Expression.

Link copied to clipboard
fun CircleSortKey(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard