---
title: symbolOnly
framework: carplay
role: symbol
role_heading: Type Property
path: carplay/cpmaneuverdisplaystyle/symbolonly
---

# symbolOnly

Only the symbol appears for the maneuver.

## Declaration

```swift
static var symbolOnly: CPManeuverDisplayStyle { get }
```

## Discussion

Discussion If your app provides lane guidance, include a second maneuver to the navigation session’s upcomingManeuvers array that provides the lane guidance information. The second maneuver should have: A symbolSet containing dark and light images that fill the full width of the guidance panel with a maximum image size of 120 pt x 18 pt. An empty array of instructionVariants. The map template should include a mapDelegate object that conforms to CPMapTemplateDelegate and implements the mapTemplate(_:displayStyleFor:) method, which returns the symbolOnly display style for the maneuver.

## See Also

### Display Styles

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