floorLevel
The current floor the user is on.
Declaration
readonly floorLevel: number | null;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.