---
title: floorLevel
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/mapuserlocationchangeevent/floorlevel
---

# floorLevel

The current floor the user is on.

## Declaration

```data
readonly floorLevel: number | null;
```

## Discussion

Discussion This property returns either a floor number or null, which represents the current floor the user is on. null may indicate that the browser doesn’t expose this property.
