---
title: CLLocationButtonLabel
framework: corelocationui
role: symbol
role_heading: Enumeration
path: corelocationui/cllocationbuttonlabel
---

# CLLocationButtonLabel

Constants that specify the text of the button label.

## Declaration

```swift
enum CLLocationButtonLabel
```

## Topics

### Customizing label styles

- [CLLocationButtonLabel.none](corelocationui/cllocationbuttonlabel/none.md)
- [CLLocationButtonLabel.currentLocation](corelocationui/cllocationbuttonlabel/currentlocation.md)
- [CLLocationButtonLabel.sendCurrentLocation](corelocationui/cllocationbuttonlabel/sendcurrentlocation.md)
- [CLLocationButtonLabel.sendMyCurrentLocation](corelocationui/cllocationbuttonlabel/sendmycurrentlocation.md)
- [CLLocationButtonLabel.shareCurrentLocation](corelocationui/cllocationbuttonlabel/sharecurrentlocation.md)
- [CLLocationButtonLabel.shareMyCurrentLocation](corelocationui/cllocationbuttonlabel/sharemycurrentlocation.md)

### Initializers

- [init(rawValue:)](corelocationui/cllocationbuttonlabel/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Button customization

- [CLLocationButtonIcon](corelocationui/cllocationbuttonicon.md)
