---
title: image
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpnavigationalert/image
---

# image

An image displayed in the navigation alert.

## Declaration

```swift
@NSCopying var image: UIImage? { get }
```

## Discussion

Discussion The navigation alert doesn’t support animated images. If image references an animated image, the alert displays first image in the animation sequence.

## See Also

### Getting the Alert Image

- [imageSet](carplay/cpnavigationalert/imageset.md)
