Skip to content

Commit 355e665

Browse files
committed
metadata checker fix
1 parent 4886144 commit 355e665

File tree

1 file changed

+1
-1
lines changed
  • samples/show-device-location-using-indoor-positioning

1 file changed

+1
-1
lines changed

samples/show-device-location-using-indoor-positioning/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When there is no IPS beacons nearby, or other errors occur while initializing th
1717
## How it works
1818

1919
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.
2121
3. Handle location change events to respond to floor changes or read other metadata for locations.
2222
4. Assign the `IndoorsLocationDataSource` to the map view's location display.
2323
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

Comments
 (0)