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

# imageSet

An image set displayed in the navigation alert.

## Declaration

```swift
@NSCopying var imageSet: CPImageSet? { get }
```

## Discussion

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

## See Also

### Getting the Alert Image

- [image](carplay/cpnavigationalert/image.md)
