<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NearbyInteraction",
  "identifier" : "/documentation/NearbyInteraction/NIDeviceCapability/supportsPreciseDistanceMeasurement",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Nearby Interaction"
    ],
    "preciseIdentifier" : "c:objc(pl)NIDeviceCapability(py)supportsPreciseDistanceMeasurement"
  },
  "title" : "supportsPreciseDistanceMeasurement"
}
-->

# supportsPreciseDistanceMeasurement

A Boolean value that indicates whether the device produces precise distance measurements to nearby objects.

```
var supportsPreciseDistanceMeasurement: Bool { get }
```

## Discussion

If <doc://com.apple.documentation/documentation/Swift/false>, then the device doesn’t support Nearby Interaction.

This property is functionally equivalent to the deprecated [`isSupported`](/documentation/NearbyInteraction/NISession/isSupported).

---

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)