---
title: CPListItemPlayingIndicatorLocation
framework: carplay
role: symbol
role_heading: Enumeration
path: carplay/cplistitemplayingindicatorlocation
---

# CPListItemPlayingIndicatorLocation

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

## Declaration

```swift
enum CPListItemPlayingIndicatorLocation
```

## Overview

Overview Use these constants to set the value of a list item’s playingIndicatorLocation property. When you set a list item’s isPlaying property to true, it uses the specified location to position the Now Playing indicator.

## Topics

### Now Playing Indicator Locations

- [CPListItemPlayingIndicatorLocation.leading](carplay/cplistitemplayingindicatorlocation/leading.md)
- [CPListItemPlayingIndicatorLocation.trailing](carplay/cplistitemplayingindicatorlocation/trailing.md)

### Initializers

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

### Managing Playback Information

- [isExplicitContent](carplay/cplistitem/isexplicitcontent.md)
- [isPlaying](carplay/cplistitem/isplaying.md)
- [playingIndicatorLocation](carplay/cplistitem/playingindicatorlocation.md)
- [playbackProgress](carplay/cplistitem/playbackprogress.md)
