fillSortKey

open override fun fillSortKey(fillSortKey: Double): FillLayer

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

fillSortKey

value of fillSortKey

open override fun fillSortKey(fillSortKey: Expression): FillLayer

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

fillSortKey

value of fillSortKey as Expression

val fillSortKey: 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.