priorityOf

fun priorityOf(node: Node, myNodeNum: Int?): Int(source)

How far up the stack a node draws.

The Google map turns this into a marker zIndex and the MapLibre map into a symbol sort key, but it is one product decision and it was previously written out as 5.0f/5.0f/4.0f in one place and 5/4 in the other.