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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: Use the Azure Maps Indoor Maps module to develop iOS applications with Microsoft Creator services
3
-
description: Learn how to use the Microsoft Azure Maps Indoor Maps module for the iOS SDK to render maps by embedding the module's JavaScript libraries.
2
+
title: Use the Azure Maps indoor maps module to develop iOS applications with Microsoft Creator services
3
+
description: Learn how to use the Microsoft Azure Maps indoor maps module for the iOS SDK to render maps by embedding the module's JavaScript libraries.
4
4
author: stevemunk
5
5
ms.author: v-munksteve
6
-
ms.date: 11/15/2021
6
+
ms.date: 11/18/2021
7
7
ms.topic: how-to
8
8
ms.service: azure-maps
9
9
services: azure-maps
@@ -20,7 +20,7 @@ The Azure Maps iOS SDK allows you to render indoor maps created in Azure Maps Cr
20
20
1.[Create a Creator resource](how-to-manage-creator.md)
21
21
1. Get a `tilesetId` by completing the [tutorial for creating Indoor maps](tutorial-creator-indoor-maps.md). You'll need to use this identifier to render indoor maps with the Azure Maps iOS SDK.
22
22
23
-
## Instantiate the Indoor Manager
23
+
## Instantiate the indoor manager
24
24
25
25
To load the indoor tilesets and map style of the tiles, you must instantiate an `IndoorManager` and keep a strong reference to it.
26
26
@@ -36,7 +36,7 @@ self.indoorManager = indoor
36
36
>self.indoorManager.setOptions([.geography(.eu)])
37
37
> ```
38
38
39
-
## Indoor Level Picker control
39
+
## Indoor level picker control
40
40
41
41
The *Indoor Level Picker* control allows you to change the level of the rendered map. You can optionally initialize an `IndoorControl` and set to the appropriate option on the `IndoorManager` asin the following code:
0 commit comments