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

# maximumDistance

The maximum rated distance the vehicle can travel with full resources.

```
var maximumDistance: Measurement<UnitLength>? { get set }
```

## Discussion

For an electric vehicle, this value is the same as [`distanceRemainingElectric`](/documentation/Intents/INGetCarPowerLevelStatusIntentResponse/distanceRemainingElectric). For a fuel-powered vehicle, this value is the same as [`distanceRemainingFuel`](/documentation/Intents/INGetCarPowerLevelStatusIntentResponse/distanceRemainingFuel). For a hybrid vehicle, this value is the sum of `distanceRemainingElectric` and `distanceRemainingFuel`.

Due to driving characteristics, this value can change over time when the vehicle’s in motion.

---

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)