Contents

junctionImage

An image that represents an upcoming junction.

Declaration

var junctionImage: 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.

See Also

Providing junction images