Skip to content

Commit c167dee

Browse files
authored
Merge pull request #195860 from pamistel/pamistel_ChangeCoarseRelociOS
pamistel update coarse reloc ios
2 parents dbd0306 + 279abd3 commit c167dee

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,28 @@ You can refer to one of these tutorials to set up coarse relocalization in your
4646

4747
### Platform availability
4848

49-
You can send these types of sensor data to the anchor service:
49+
The following types of sensors can be used in conjunction with coarse relocation (see details in table below):
5050

51-
* GPS position: latitude, longitude, altitude
52-
* Signal strength of Wi-Fi access points in range
53-
* Signal strength of Bluetooth beacons in range
51+
* **GPS position**: latitude, longitude, altitude
52+
* Signal strength of **Wi-Fi** access points in range
53+
* Signal strength of **Bluetooth** beacons in range
5454

5555
This table summarizes the availability of the sensor data on supported platforms and provides information that you should be aware of:
5656

5757
| | HoloLens | Android | iOS |
5858
|-----------------|----------|---------|-----|
59-
| **GPS** | No<sup>1</sup> | Yes<sup>2</sup> | Yes<sup>3</sup> |
60-
| **Wi-Fi** | Yes<sup>4</sup> | Yes<sup>5</sup> | No |
61-
| **BLE beacons** | Yes<sup>6</sup> | Yes<sup>6</sup> | Yes<sup>6</sup>|
59+
| **GPS** | No<sup>1</sup> | Yes<sup>4</sup> | Yes<sup>6, 7</sup> |
60+
| **Wi-Fi** | Yes<sup>2</sup> | Yes<sup>5</sup> | Yes<sup>7</sup> |
61+
| **BLE beacons** | Yes<sup>3</sup> | Yes<sup>3</sup> | Yes<sup>3, 7</sup>|
6262

6363

6464
<sup>1</sup> An external GPS device can be associated with HoloLens. Handle the [UpdatedSensorFingerprintRequired](/dotnet/api/microsoft.azure.spatialanchors.cloudspatialanchorsession.updatedsensorfingerprintrequired) event to submit [GeoLocation](/dotnet/api/microsoft.azure.spatialanchors.geolocation) readings if you are using HoloLens with an external GPS tracker.<br/>
65-
<sup>2</sup> Supported through [LocationManager][3] APIs (both GPS and NETWORK).<br/>
66-
<sup>3</sup> Supported through [CLLocationManager][4] APIs.<br/>
67-
<sup>4</sup> Supported at a rate of approximately one scan every 3 seconds. <br/>
65+
<sup>2</sup> Supported at a rate of approximately one scan every 3 seconds. <br/>
66+
<sup>3</sup> Limited to [Eddystone][1] and [iBeacon][2].<br/>
67+
<sup>4</sup> Supported through [LocationManager][3] APIs (both GPS and NETWORK).<br/>
6868
<sup>5</sup> Starting with API level 28, Wi-Fi scans are throttled to four calls every 2 minutes. Starting with Android 10, you can disable this throttling from the **Developer settings** menu. For more information, see the [Android documentation][5].<br/>
69-
<sup>6</sup> Limited to [Eddystone][1] and [iBeacon][2].
69+
<sup>6</sup> Supported directly through iOS.<br/>
70+
<sup>7</sup> Supported indirectly through [CLLocationManager][4] APIs.<br/>
7071

7172
### Which sensor to enable
7273

0 commit comments

Comments
 (0)