Skip to content

Commit 76ab88a

Browse files
committed
Converted inline links to end style links.
1 parent d613831 commit 76ab88a

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

articles/azure-maps/set-map-style-ios-sdk.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,20 @@ title: Set a map style in iOS maps | Microsoft Azure Maps
33
description: Learn two ways of setting the style of a map. See how to use the Azure Maps iOS SDK in either the layout file or the activity class to adjust the style.
44
author: dubiety
55
ms.author: yuchungchen
6-
ms.date: 10/22/2021
6+
ms.date: 07/22/2023
77
ms.topic: how-to
88
ms.service: azure-maps
99
services: azure-maps
1010
---
1111

1212
# Set map style in the iOS SDK (Preview)
1313

14-
This article shows you two ways to set map styles using the Azure Maps iOS SDK. Azure Maps has six different maps styles to choose from. For more information about supported map styles, see [supported map styles in Azure Maps](supported-map-styles.md).
14+
This article shows you two ways to set map styles using the Azure Maps iOS SDK. Azure Maps has six different maps styles to choose from. For more information about supported map styles, see [supported map styles in Azure Maps].
1515

1616
## Prerequisites
1717

18-
Be sure to complete the steps in the [Quickstart: Create an iOS app](quick-ios-app.md) document.
19-
20-
> [!IMPORTANT]
21-
> The procedure in this section requires an Azure Maps account in Gen 1 or Gen 2 pricing tier. For more information on pricing tiers, see [Choose the right pricing tier in Azure Maps](choose-pricing-tier.md).
18+
- Complete the [Create an iOS app] quickstart.
19+
- An [Azure Maps account].
2220

2321
## Set map style in the map control init
2422

@@ -99,7 +97,7 @@ When setting the camera options of the map, animation options can also be used t
9997
| Option | Description |
10098
|--------|-------------|
10199
| `animationDuration(_ duration: Double)` | Specifies how long the camera animates between the views in milliseconds (ms). |
102-
| `animationType(_ animationType: AnimationType)` | Specifies the type of animation transition to perform.<br/><br/> - `.jump` - an immediate change.<br/> - `.ease` - gradual change of the camera's settings.<br/> - `.fly` - gradual change of the camera's settings following an arc resembling flight. |
100+
| `animationType(_ animationType: AnimationType)` | Specifies the type of animation transition to perform.<br><br> - `.jump` - an immediate change.<br> - `.ease` - gradual change of the camera's settings.<br> - `.fly` - gradual change of the camera's settings following an arc resembling flight. |
103101

104102
The following code shows how to animate the map view using a `.fly` animation over a duration of three seconds.
105103

@@ -120,5 +118,11 @@ The following animation demonstrates the above code animating the map view from
120118

121119
See the following articles for more code samples to add to your maps:
122120

123-
- [Add a symbol layer](add-symbol-layer-ios.md)
124-
- [Add a bubble layer](add-bubble-layer-map-ios.md)
121+
- [Add a symbol layer]
122+
- [Add a bubble layer]
123+
124+
[Add a bubble layer]: add-bubble-layer-map-ios.md
125+
[Add a symbol layer]: add-symbol-layer-ios.md
126+
[Azure Maps account]: https://azure.microsoft.com/services/azure-maps
127+
[Create an iOS app]: quick-ios-app.md
128+
[supported map styles in Azure Maps]: supported-map-styles.md

0 commit comments

Comments
 (0)