You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: samples/show-device-location-using-indoor-positioning/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ When there is no IPS beacons nearby, or other errors occur while initializing th
17
17
## How it works
18
18
19
19
1. Load an IPS-enabled map. This can be a web map hosted as a portal item in ArcGIS Online, an Enterprise Portal, or a mobile map package (.mmpk) created with ArcGIS Pro.
20
-
2. Create and load an `IndoorPositioningDefinition` (stored with IPS-aware maps), then create an `IndoorsLocationDataSource` from it.
20
+
2. Create and load an `IndoorPositioningDefinition` (stored with IPS-aware maps), then create an `IndoorsLocationDataSource` from it.
21
21
3. Handle location change events to respond to floor changes or read other metadata for locations.
22
22
4. Assign the `IndoorsLocationDataSource` to the map view's location display.
23
23
5. Enable and disable the map view's location display using `LocationDisplay.dataSource.start()` and `LocationDisplay.dataSource.stop()`. Device location will appear on the display as a blue dot and update as the user moves throughout the space.
0 commit comments