Skip to content

Commit 9f41802

Browse files
committed
Update how-to-use-indoor-module-ios.md
1 parent a8d40c9 commit 9f41802

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
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.
44
author: stevemunk
55
ms.author: v-munksteve
6-
ms.date: 11/15/2021
6+
ms.date: 11/18/2021
77
ms.topic: how-to
88
ms.service: azure-maps
99
services: azure-maps
@@ -20,7 +20,7 @@ The Azure Maps iOS SDK allows you to render indoor maps created in Azure Maps Cr
2020
1. [Create a Creator resource](how-to-manage-creator.md)
2121
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.
2222

23-
## Instantiate the Indoor Manager
23+
## Instantiate the indoor manager
2424

2525
To load the indoor tilesets and map style of the tiles, you must instantiate an `IndoorManager` and keep a strong reference to it.
2626

@@ -36,7 +36,7 @@ self.indoorManager = indoor
3636
> self.indoorManager.setOptions([.geography(.eu)])
3737
> ```
3838
39-
## Indoor Level Picker control
39+
## Indoor level picker control
4040
4141
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` as in the following code:
4242

0 commit comments

Comments
 (0)