<!--
{
  "availability" : [
    "iOS: 10.0.0 - 15.0.0",
    "iPadOS: 10.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSetClimateSettingsInCarIntent/climateZone",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INSetClimateSettingsInCarIntent(py)climateZone"
  },
  "title" : "climateZone"
}
-->

# climateZone

The seat position to have its climate settings modified.

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

## 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`](/documentation/Intents/INCarSeat/unknown) when the user modified a different climate control setting or didn’t specify a seat position.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)