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-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,11 @@ services: azure-maps
13
13
14
14
The Azure Maps iOS SDK allows you to render indoor maps created in Azure Maps Creator services.
15
15
16
-
> [!NOTE]
17
-
> The iOS SDK will support *dynamic styling* in a future release, coming soon!
18
-
19
16
## Prerequisites
20
17
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 indoormaps]. The tileset ID is used to render indoor maps with the Azure Maps iOS SDK.
24
21
25
22
## Instantiate the indoor manager
26
23
@@ -74,11 +71,17 @@ func indoorManager(
74
71
75
72
## Example
76
73
77
-
The screenshot below shows the above code displaying an indoor map.
74
+
The following screenshot shows the above code displaying an indoor map.
78
75
79
76

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