Share via


Enum LocateStrategy

Declaration

enum class winrt::Microsoft::Azure::SpatialAnchors::LocateStrategy : int32_t

Description

Use this enumeration to indicate the method by which anchors can be located.

Values

Name Value Description Remarks
LocateStrategy::AnyStrategy 0 Indicates that any method is acceptable.
LocateStrategy::VisualInformation 1 Indicates that anchors will be located only by visual information.
LocateStrategy::Relationship 2 Indicates that anchors will be located primarily by relationship to other anchors.