<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocationUI",
  "identifier" : "/documentation/CoreLocationUI/CLLocationButtonLabel",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "CoreLocationUI"
    ],
    "preciseIdentifier" : "c:@E@CLLocationButtonLabel"
  },
  "title" : "CLLocationButtonLabel"
}
-->

# CLLocationButtonLabel

Constants that specify the text of the button label.

```
enum CLLocationButtonLabel
```

## Topics

### Customizing label styles

[`CLLocationButtonLabel.none`](/documentation/CoreLocationUI/CLLocationButtonLabel/none)

A style that doesn’t display a text label.

[`CLLocationButtonLabel.currentLocation`](/documentation/CoreLocationUI/CLLocationButtonLabel/currentLocation)

A button label with the text *Current Location*.

[`CLLocationButtonLabel.sendCurrentLocation`](/documentation/CoreLocationUI/CLLocationButtonLabel/sendCurrentLocation)

A button label with the text *Send Current Location*.

[`CLLocationButtonLabel.sendMyCurrentLocation`](/documentation/CoreLocationUI/CLLocationButtonLabel/sendMyCurrentLocation)

A button label with the text *Send My Current Location*.

[`CLLocationButtonLabel.shareCurrentLocation`](/documentation/CoreLocationUI/CLLocationButtonLabel/shareCurrentLocation)

A button label with the text *Share Current Location*.

[`CLLocationButtonLabel.shareMyCurrentLocation`](/documentation/CoreLocationUI/CLLocationButtonLabel/shareMyCurrentLocation)

A button label with the text *Share My Current Location*.



---

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)