lineSortKey

open override 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.

Use static method LineLayer.defaultLineSortKey to set the default property.

Parameters

lineSortKey

value of lineSortKey

open override 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.

Use static method LineLayer.defaultLineSortKeyAsExpression to set the default property.

Parameters

lineSortKey

value of lineSortKey as Expression

val lineSortKey: Double?

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