Class NearDeviceCriteria

Declaration

struct winrt::Microsoft::Azure::SpatialAnchors::NearDeviceCriteria

Description

Use this class to describe how anchors to be located should be near the device.

Properties

DistanceInMeters

Maximum distance in meters from the device (defaults to 5).

float DistanceInMeters();
void DistanceInMeters(float const& value);

MaxResultCount

Maximum desired result count (defaults to 20).

int32_t MaxResultCount();
void MaxResultCount(int32_t const& value);