Interface: InnerFloor
Model parameters of each floor for locations Represents the configuration and properties of individual floors within a building
Properties
baseFloor?
optional baseFloor: string;Reference to the base floor identifier (used for relative positioning)
defaultFloor
defaultFloor: booleanIndicates if this is the default floor to display when entering the building
index
index: numberNumerical index representing the floor’s position in the building Lower numbers typically represent lower floors
key
key: stringUnique identifier for the floor
level
level: numberFloor level number (can be negative for basement floors)
name
name: stringFull name of the floor (e.g., “Ground Floor”, “First Floor”)
reachableFromGPS?
optional reachableFromGPS: boolean;Indicates if this floor can be reached using GPS positioning Useful for outdoor areas or floors with GPS accessibility
shortName?
optional shortName: string;Abbreviated name of the floor (e.g., “G”, “1F”, “B1”)
Last updated on