HciCoord

data class HciCoord(x: Long, y: Long, z: Long?, layerX: Int?, crdSysX: Int?, floor: Int?, viewAlternatives: List<HciGraphNode>)

Types

Type
Link copied to clipboard
enum Type : Enum<HciCoord.Type>

Properties

crdSysX
Link copied to clipboard
val crdSysX: Int? = null

The index of these coordinates' coordinate system into HciCommon.crdSysL

floor
Link copied to clipboard
val floor: Int? = null

The building floor of these coordinates

layerX
Link copied to clipboard
val layerX: Int? = null

The index of these coordinates' layer into HciCommon.layerL

viewAlternatives
Link copied to clipboard
val viewAlternatives: List<HciGraphNode>
x
Link copied to clipboard
val x: Long

The x-coordinate of these coordinates

y
Link copied to clipboard
val y: Long

The y-coordinate of these coordinates

z
Link copied to clipboard
val z: Long? = null

The z-coordinate of these coordinates