lineSortKey

abstract fun lineSortKey(lineSortKey: Double): LineLayer

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

lineSortKey

value of lineSortKey

abstract fun lineSortKey(lineSortKey: Expression): LineLayer

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

lineSortKey

value of lineSortKey as Expression