---
title: "init(image:imageOverlay:sportsOverlay:)"
framework: carplay
role: symbol
role_heading: Initializer
path: "carplay/cpthumbnailimage/init(image:imageoverlay:sportsoverlay:)"
---

# init(image:imageOverlay:sportsOverlay:)

Initialize a thumbnail with a combination of properties.

## Declaration

```swift
init(image: UIImage, imageOverlay: CPImageOverlay?, sportsOverlay: CPSportsOverlay?)
```

## Parameters

- `image`: The image to display in the thumbnail.
- `imageOverlay`: The image overlay for the thumbnail.
- `sportsOverlay`: The sports overlay for the thumbnail.
