---
title: carWindow
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cptemplateapplicationscene/carwindow
---

# carWindow

The window that belongs to the scene.

## Declaration

```swift
var carWindow: CPWindow { get }
```

## Discussion

Discussion Use this property to access the window CarPlay creates for your scene. Only navigation apps have access to that window, and use it to draw their map content. All other categories of apps must use templates exclusively to draw their user interfaces.

## See Also

### Accessing the Window

- [CPWindow](carplay/cpwindow.md)
