<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLFloor",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:objc(cs)CLFloor"
  },
  "title" : "CLFloor"
}
-->

# CLFloor

The floor of a building on which the user’s device is located.

```
class CLFloor
```

## Overview

A [`CLFloor`](/documentation/CoreLocation/CLFloor) object specifies the floor of the building on which the device is located. In places where floor information can be determined, a [`CLLocation`](/documentation/CoreLocation/CLLocation) object may include a floor object along with the regular location data.

You do not create instances of this class directly, nor should you subclass it.

## Topics

### Getting the floor level

[`level`](/documentation/CoreLocation/CLFloor/level)

The logical floor of the building.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)