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

# CLLocationButtonIcon

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

```
enum CLLocationButtonIcon
```

## Topics

### Customizing icon styles

[`case none`](/documentation/CoreLocationUI/CLLocationButtonIcon/none)

A style that doesn’t display an icon.

[`case arrowFilled`](/documentation/CoreLocationUI/CLLocationButtonIcon/arrowFilled)

A style that displays a filled arrow icon.

[`case arrowOutline`](/documentation/CoreLocationUI/CLLocationButtonIcon/arrowOutline)

A style that displays an unfilled, outline arrow icon.

### Initializers

[`init?(rawValue: Int)`](/documentation/CoreLocationUI/CLLocationButtonIcon/init(rawValue:))

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

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)