<!--
{
  "availability" : [
    "Swift: 4.0.0 -",
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRideOption/usesMeteredFare-1sig1",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "s:So12INRideOptionC7IntentsE15usesMeteredFareSbSgvp"
  },
  "title" : "usesMeteredFare"
}
-->

# usesMeteredFare

A Boolean value indicating whether the price uses a metered fare instead of a fixed price.

```
@nonobjc var usesMeteredFare: Bool? { get set }
```

## Discussion

A Boolean value indicating whether the ride uses a metered fare instead of a fixed price. When set to <doc://com.apple.documentation/documentation/Swift/true>, any information in the [`priceRange`](/documentation/Intents/INRideOption/priceRange) property isn’t shown to the user.

---

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)