Hello @Paulo Ferreira da Silva ,
I believe the following article can help clarify your questions: Understanding the AnchorLocateCriteria class - did you came across it before?
What exactly are Anchor Locate Requests (ALR)
Anchor Locate Requests are initialized by the AnchorLocateCriteria class
and they can be looking for anchors by ID (Identifiers
), anchors within a desired distance away from a chosen anchor (NearAnchor
) or anchors close to the device’s physical location (NearDevice
).
where can you see how many are actually made | When, where and how often are ALRs executed?
That will depend on the strategy you use on your AnchorLocateCriteria object
, the default is AnyStrategy
that permits the system to use combinations of VisualInformation and Relationship strategies to find anchors.
Is there a way to see how many ALRs have already been executed?
One AnchorLocateCriteria object may be used per watcher at any time. You can add a counter in your app to track how many ALRs have been executed.
Another option is to use Azure Portal and check "Anchors Created" Metric at any given time:
The pricing page of Azure Spatial Anchors is also a good source of information on how to measure ALRs: https://azure.microsoft.com/en-us/pricing/details/spatial-anchors/
Remember:
- Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
- Want a reminder to come back and check responses? Here is how to subscribe to a notification.