circleSortKey

abstract fun circleSortKey(circleSortKey: Double): CircleLayer

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

circleSortKey

value of circleSortKey

abstract fun circleSortKey(circleSortKey: Expression): CircleLayer

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

circleSortKey

value of circleSortKey as Expression