fillSortKey

abstract 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

abstract 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