<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPManeuverDisplayStyle/symbolOnly",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:@E@CPManeuverDisplayStyle@CPManeuverDisplayStyleSymbolOnly"
  },
  "title" : "symbolOnly"
}
-->

# symbolOnly

Only the symbol appears for the maneuver.

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

## Discussion

If your app provides lane guidance, include a second maneuver to the navigation session’s [`upcomingManeuvers`](/documentation/CarPlay/CPNavigationSession/upcomingManeuvers) array that provides the lane guidance information. The second maneuver should have:

- A [`symbolSet`](/documentation/CarPlay/CPManeuver/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`](/documentation/CarPlay/CPManeuver/instructionVariants).

The map template should include a [`mapDelegate`](/documentation/CarPlay/CPMapTemplate/mapDelegate) object that conforms to [`CPMapTemplateDelegate`](/documentation/CarPlay/CPMapTemplateDelegate) and implements the [`mapTemplate(_:displayStyleFor:)`](/documentation/CarPlay/CPMapTemplateDelegate/mapTemplate(_:displayStyleFor:)) method, which returns the [`symbolOnly`](/documentation/CarPlay/CPManeuverDisplayStyle/symbolOnly) display style for the maneuver.

---

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)