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
// Get the global ID for positioning. The ID identifies a specific row in the feature table that should be used for setting up IPS. We use this ID to construct the data source.
// Create a query for the latest created feature. This is needed for correctly constructing the IPS used in this sample. There is a constructor without an ID parameter that will attempt to automatically find the latest row.
95
-
QueryParametersqueryParameters=newQueryParameters
96
-
{
97
-
MaxFeatures=1,
98
-
// "1=1" will give all the features from the table.
Copy file name to clipboardexpand all lines: src/MAUI/Maui.Samples/Samples/Location/IndoorPositioning/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-aware 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 `IndoorsLocationDataSource`with the positioning feature table (stored with the map), then create an `IndoorsLocationDataSource` from it.
20
+
2. Create and load an `IndoorsLocationDataSource` (stored with the map), 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 `StartAsync()` and `StopAsync()`. Device location will appear on the display as a blue dot and update as the user moves throughout the space.
0 commit comments