---
title: CPManeuverDisplayStyle
framework: carplay
role: symbol
role_heading: Structure
path: carplay/cpmaneuverdisplaystyle
---

# CPManeuverDisplayStyle

A display style that determines the visual layout for a maneuver.

## Declaration

```swift
struct CPManeuverDisplayStyle
```

## Topics

### Display Styles

- [leadingSymbol](carplay/cpmaneuverdisplaystyle/leadingsymbol.md)
- [trailingSymbol](carplay/cpmaneuverdisplaystyle/trailingsymbol.md)
- [instructionOnly](carplay/cpmaneuverdisplaystyle/instructiononly.md)
- [symbolOnly](carplay/cpmaneuverdisplaystyle/symbolonly.md)

### Initializers

- [init(rawValue:)](carplay/cpmaneuverdisplaystyle/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Setting the Display Style

- [mapTemplate(_:displayStyleFor:)](carplay/cpmaptemplatedelegate/maptemplate(_:displaystylefor:).md)
