AnchorLocateCriteria.NearDevice Property

Definition

Indicates that anchors to locate should be close to the device.

public Microsoft.Azure.SpatialAnchors.NearDeviceCriteria NearDevice { get; set; }
member this.NearDevice : Microsoft.Azure.SpatialAnchors.NearDeviceCriteria with get, set
Public Property NearDevice As NearDeviceCriteria

Property Value

Remarks

Any enabled sensors will be used to help discover anchors around your device. To have the best chance of finding anchors, you should configure the SensorCapabilities to give the session access to all appropriate sensors.

Applies to