Skip to content

Commit 2aeeb49

Browse files
authored
Merge pull request #102579 from julianparismorgan/user/pmorgan/asa-fix-url
Azure Spatial Anchors - fix URL and a few small changes
2 parents 13a155c + 6afbfa6 commit 2aeeb49

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

articles/spatial-anchors/concepts/coarse-reloc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Coarse Relocalization
3-
description: Coarse relocalization quickstart guide.
3+
description: Learn about using Coarse relocalization to find anchors near you.
44
author: bucurb
55
manager: dacoghl
66
services: azure-spatial-anchors

articles/spatial-anchors/spatial-anchor-faq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ When you create an anchor, the client SDK captures environment information aroun
108108
**A:** Developers can build apps with Azure Spatial Anchors using familiar tools and frameworks for their device:
109109

110110
- Unity across HoloLens, iOS, and Android
111+
- Xamarin on iOS and Android
111112
- Swift or Objective-C on iOS
112113
- Java or the Android NDK on Android
113114
- C++/WinRT on HoloLens

includes/spatial-anchors-create-locate-anchors-locating.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Being able to locate a previously saved cloud spatial anchor is one of the main reasons for using Azure Spatial Anchors. There are several different ways you can locate a cloud spatial anchor. You can use one strategy on a watcher at a time.
44
- Locate anchors by identifier.
5-
- Locate anchors connected to a previously located anchor. You can learn about anchor relationships [here](/azure/spatial-anchors/concepts/anchor-relationships-way-finding.md).
6-
- Locate anchor using [Coarse relocalization](/azure/spatial-anchors/concepts/coarse-reloc.md).
5+
- Locate anchors connected to a previously located anchor. You can learn about anchor relationships [here](/azure/spatial-anchors/concepts/anchor-relationships-way-finding/).
6+
- Locate anchor using [Coarse relocalization](/azure/spatial-anchors/concepts/coarse-reloc/).
77

88
If you are locating cloud spatial anchors by identifier, you will want to store the cloud spatial anchor identifier in your application's back-end service, and make it accessible to all devices that can properly authenticate to it. For an example of this, see [Tutorial: Share Spatial Anchors across devices](/azure/spatial-anchors/tutorials/tutorial-share-anchors-across-devices/).
99

0 commit comments

Comments
 (0)