---
title: CLLocationButtonIcon
framework: corelocationui
role: symbol
role_heading: Enumeration
path: corelocationui/cllocationbuttonicon
---

# CLLocationButtonIcon

Constants that specify styles for the location arrow icon on the button.

## Declaration

```swift
enum CLLocationButtonIcon
```

## Topics

### Customizing icon styles

- [CLLocationButtonIcon.none](corelocationui/cllocationbuttonicon/none.md)
- [CLLocationButtonIcon.arrowFilled](corelocationui/cllocationbuttonicon/arrowfilled.md)
- [CLLocationButtonIcon.arrowOutline](corelocationui/cllocationbuttonicon/arrowoutline.md)

### Initializers

- [init(rawValue:)](corelocationui/cllocationbuttonicon/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

- [CLLocationButtonLabel](corelocationui/cllocationbuttonlabel.md)
