Skip to content

Commit bbfdc14

Browse files
authored
Merge pull request #108687 from stevemunk/how-to-use-indoor-module-ios
Minor improvements to grammar in how-to-use-indoor-module-ios.md
2 parents 5c9844b + 848b7c5 commit bbfdc14

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

articles/azure-maps/how-to-use-indoor-module-ios.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,11 @@ services: azure-maps
1313

1414
The Azure Maps iOS SDK allows you to render indoor maps created in Azure Maps Creator services.
1515

16-
> [!NOTE]
17-
> The iOS SDK will support *dynamic styling* in a future release, coming soon!
18-
1916
## Prerequisites
2017

21-
1. Be sure to complete the steps in the [Quickstart: Create an iOS app](quick-ios-app.md). Code blocks in this article can be inserted into the `viewDidLoad` function of `ViewController`.
22-
1. [Create a Creator resource](how-to-manage-creator.md)
23-
1. Get a `tilesetId` by completing the [tutorial for creating Indoor maps](tutorial-creator-indoor-maps.md). You'll use this identifier to render indoor maps with the Azure Maps iOS SDK.
18+
1. Complete the steps in the [Quickstart: Create an iOS app]. Code blocks in this article can be inserted into the `viewDidLoad` function of `ViewController`.
19+
1. A [Creator resource]
20+
1. Get a `tilesetId` by completing the [Tutorial: Use Creator to create indoor maps]. The tileset ID is used to render indoor maps with the Azure Maps iOS SDK.
2421

2522
## Instantiate the indoor manager
2623

@@ -74,11 +71,17 @@ func indoorManager(
7471

7572
## Example
7673

77-
The screenshot below shows the above code displaying an indoor map.
74+
The following screenshot shows the above code displaying an indoor map.
7875

7976
![A screenshot that displays an indoor map created using the above sample code.](./media/ios-sdk/indoor-maps/indoor.png)
8077

8178
## Additional information
8279

83-
- [Creator for indoor maps](creator-indoor-maps.md)
84-
- [Drawing package requirements](drawing-requirements.md)
80+
- [Creator for indoor maps]
81+
- [Drawing package requirements]
82+
83+
[Quickstart: Create an iOS app]: quick-ios-app.md
84+
[Creator resource]: how-to-manage-creator.md
85+
[Tutorial: Use Creator to create indoor maps]: tutorial-creator-indoor-maps.md
86+
[Creator for indoor maps]: creator-indoor-maps.md
87+
[Drawing package requirements]: drawing-requirements.md

0 commit comments

Comments
 (0)