Skip to main content

IndoorLevel

wemap-sdk-js


Interface: IndoorLevel

A single level (floor) of a building, as returned by the Wemap buildings API.

Properties

geometry?

optional geometry?: Polygon | MultiPolygon

Footprint of the level, when provided.


id

id: number

Unique level id.


level

level: number

Numeric level (floor). Ground floor is usually 0.


max_altitude?

optional max_altitude?: number

Maximum altitude of the level, in meters.


min_altitude?

optional min_altitude?: number

Minimum altitude of the level, in meters.


name

name: string

Display name (e.g. "Ground floor").


short_name

short_name: string

Short display name (e.g. "0", "RDC").