---
title: climateZone
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insetclimatesettingsincarintent/climatezone
---

# climateZone

The seat position to have its climate settings modified.

## Declaration

```swift
var climateZone: INCarSeat { get }
```

## Discussion

Discussion If your climate control system supports different settings for different parts of the car, use this property to determine which zone’s settings you need to adjust. If your vehicle supports only one climate control zone, you can ignore the value in this property. The value of this property is INCarSeat.unknown when the user modified a different climate control setting or didn’t specify a seat position.

## See Also

### Getting the Climate Control Settings

- [enableClimateControl](intents/insetclimatesettingsincarintent/enableclimatecontrol-4y9iz.md)
- [enableAutoMode](intents/insetclimatesettingsincarintent/enableautomode-31bzq.md)
- [airCirculationMode](intents/insetclimatesettingsincarintent/aircirculationmode.md)
- [temperature](intents/insetclimatesettingsincarintent/temperature.md)
- [relativeTemperatureSetting](intents/insetclimatesettingsincarintent/relativetemperaturesetting.md)
