Sorted list of indoor levels. Empty if the coordinate is outdoor.
In case of a level range, the list will contain two elements, the lowest level first and the highest level second.
Examples: listOf(0F), listOf(-1F, 1F)
listOf(0F)
listOf(-1F, 1F)