Contents

dashboardJunctionImage

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

Declaration

var dashboardJunctionImage: UIImage? { get set }

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.

If you don’t provide a dashboard junction image, CarPlay uses junctionImage.

See Also

Providing junction images