Skip to content

Commit b0741d8

Browse files
committed
Minor improvements to grammar.
1 parent 1147398 commit b0741d8

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The Azure Maps iOS SDK allows you to render indoor maps created in Azure Maps Cr
1818
1919
## Prerequisites
2020

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.
21+
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`.
22+
1. A [Creator resource]
23+
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.
2424

2525
## Instantiate the indoor manager
2626

@@ -74,11 +74,17 @@ func indoorManager(
7474

7575
## Example
7676

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

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

8181
## Additional information
8282

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

0 commit comments

Comments
 (0)