Skip to Content
APIPlaces LocationsInterface: InnerFloor

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: boolean

Indicates if this is the default floor to display when entering the building


index

index: number

Numerical index representing the floor’s position in the building Lower numbers typically represent lower floors


key

key: string

Unique identifier for the floor


level

level: number

Floor level number (can be negative for basement floors)


name

name: string

Full 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