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
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-use-indoor-module-ios.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ The Azure Maps iOS SDK allows you to render indoor maps created in Azure Maps Cr
18
18
19
19
## Prerequisites
20
20
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 indoormaps]. The tileset ID is used to render indoor maps with the Azure Maps iOS SDK.
24
24
25
25
## Instantiate the indoor manager
26
26
@@ -74,11 +74,17 @@ func indoorManager(
74
74
75
75
## Example
76
76
77
-
The screenshot below shows the above code displaying an indoor map.
77
+
The following screenshot shows the above code displaying an indoor map.
78
78
79
79

80
80
81
81
## Additional information
82
82
83
-
-[Creator for indoor maps](creator-indoor-maps.md)
0 commit comments