Skip to content

Commit 1489af4

Browse files
committed
Revert some bad changes
1 parent 63a03fe commit 1489af4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/MAUI/Maui.Samples/Samples/Location/IndoorPositioning/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An indoor positioning system (IPS) allows you to locate yourself and others insi
1010

1111
## How to use the sample
1212

13-
When the device is within range of an IPS beacon, toggle "Show Location" to change the visibility of the location indicator in the map view. The system will ask for permission to use the device's location if the user has not yet used location services in this app. It will then start the location display with auto-pan mode set to `navigation`.
13+
When the device is within range of an IPS beacon, toggle "Show Location" to change the visibility of the location indicator in the map view. The system will ask for permission to use the device's location if the user has not yet used location services in this app. It will then start the location display with auto-pan mode set to `Navigation`.
1414

1515
When there is no IPS beacons nearby, or other errors occur while initializing the indoors location data source, it will seamlessly fall back to the current device location as determined by GPS.
1616

@@ -27,7 +27,7 @@ When there is no IPS beacons nearby, or other errors occur while initializing th
2727

2828
* IndoorPositioningDefinition
2929
* IndoorsLocationDataSource
30-
* LocationChangeHandlerDelegate
30+
* Location
3131
* LocationDisplay
3232
* LocationDisplayAutoPanMode
3333
* Map
@@ -45,4 +45,4 @@ This sample uses an [IPS-enabled web map](https://www.arcgis.com/home/item.html?
4545

4646
## Tags
4747

48-
beacon, BLE, blue dot, Bluetooth, building, facility, GPS, indoor, IPS, location, map, mobile, navigation, site, transmitter
48+
beacon, BLE, blue dot, Bluetooth, building, facility, GPS, indoor, IPS, location, map, mobile, navigation, site, transmitter

src/MAUI/Maui.Samples/Samples/Location/IndoorPositioning/readme.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"relevant_apis": [
3131
"IndoorPositioningDefinition",
3232
"IndoorsLocationDataSource",
33-
"LocationChangeHandlerDelegate",
33+
"Location",
3434
"LocationDisplay",
3535
"LocationDisplayAutoPanMode",
3636
"Map",

0 commit comments

Comments
 (0)