---
title: dashboardJunctionImage
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpmaneuver/dashboardjunctionimage
---

# dashboardJunctionImage

An image for the CarPlay dashboard that represents an upcoming junction.

## Declaration

```swift
var dashboardJunctionImage: UIImage? { get set }
```

## Discussion

Discussion Provide a junction image to show more visual details about the maneuver, such as the lane a driver should be in when making a turn. You use a named image asset to supply variants for both dark and light interface styles, and initialize the image using init(named:). CarPlay then selects the correct image for the current interface style. note: The maximum image size is 140 x 100 points. CarPlay scales a larger image to fit while maintaining its aspect ratio. If you don’t provide a dashboard junction image, CarPlay uses junctionImage.

## See Also

### Providing junction images

- [junctionImage](carplay/cpmaneuver/junctionimage.md)
