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

# CPListItemPlayingIndicatorLocation

The locations where a list item can display the Now Playing indicator.

```
enum CPListItemPlayingIndicatorLocation
```

## Overview

Use these constants to set the value of a list item’s [`playingIndicatorLocation`](/documentation/CarPlay/CPListItem/playingIndicatorLocation) property. When you set a list item’s [`isPlaying`](/documentation/CarPlay/CPListItem/isPlaying) property to `true`, it uses the specified location to position the Now Playing indicator.

## Topics

### Now Playing Indicator Locations

[`case leading`](/documentation/CarPlay/CPListItemPlayingIndicatorLocation/leading)

Align the Now Playing indicator with the leading edge of the list item.

[`case trailing`](/documentation/CarPlay/CPListItemPlayingIndicatorLocation/trailing)

Align the Now Playing indicator with the trailing edge of the list item.

### Initializers

[`init?(rawValue: Int)`](/documentation/CarPlay/CPListItemPlayingIndicatorLocation/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)