---
title: CLLocationButtonLabel.none
framework: corelocationui
role: symbol
role_heading: Case
path: corelocationui/cllocationbuttonlabel/none
---

# CLLocationButtonLabel.none

A style that doesn’t display a text label.

## Declaration

```swift
case none
```

## Discussion

Discussion Use a different label style if icon is CLLocationButtonIcon.none.

## See Also

### Customizing label styles

- [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)
