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/choose-map-style.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
@@ -101,7 +101,9 @@ The following image shows the style picker control displayed in `list` layout.
101
101
:::image type="content" source="./media/choose-map-style/style-picker-list-layout.png" alt-text="Style picker list layout":::
102
102
103
103
> [!IMPORTANT]
104
-
> By default the style picker control lists all the styles available under the S0 pricing tier of Azure Maps. If you want to reduce the number of styles in this list, pass an array of the styles you want to appear in the list into the `mapStyle` option of the style picker. If you are using Gen 1 (S1) or Gen 2 pricing tier and want to show all available styles, set the `mapStyles` option of the style picker to `"all"`.
104
+
> By default the style picker control lists all the styles available under the Gen1 (S0) pricing tier of Azure Maps. If you want to reduce the number of styles in this list, pass an array of the styles you want to appear in the list into the `mapStyle` option of the style picker. If you are using Gen1 (S1) or Gen2 pricing tier and want to show all available styles, set the `mapStyles` option of the style picker to `"all"`.
105
+
>
106
+
> Gen1 pricing tier is now deprecated and will be retired on 9/15/26. Gen2 pricing tier replaces Gen1 (both S0 and S1) pricing tier. If your Azure Maps account has Gen1 pricing tier selected, you can switch to Gen2 pricing before it’s retired, otherwise it will automatically be updated. For more information, see [Manage the pricing tier of your Azure Maps account].
105
107
106
108
The following code shows you how to override the default `mapStyles` base style list. In this example, we're setting the `mapStyles` option to list the base styles to display in the style picker control.
107
109
@@ -153,16 +155,17 @@ See the following articles for more code samples to add to your maps:
Copy file name to clipboardExpand all lines: articles/azure-maps/set-android-map-styles.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,6 @@ This article shows you two ways to set map styles using the Azure Maps Android S
20
20
21
21
Be sure to complete the steps in the Quickstart: [Create an Android app].
22
22
23
-
>[!IMPORTANT]
24
-
>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].
25
-
26
23
## Set map style in the layout
27
24
28
25
You can set a map style in the layout file for your activity class when adding the map control. The following code sets the center location, zoom level, and map style.
@@ -253,6 +250,5 @@ See the following articles for more code samples to add to your maps:
253
250
254
251
[Add a bubble layer]: map-add-bubble-layer-android.md
255
252
[Add a symbol layer]: how-to-add-symbol-to-android-map.md
256
-
[Choose the right pricing tier in Azure Maps]: choose-pricing-tier.md
257
253
[Create an Android app]: quick-android-map.md
258
254
[supported map styles in Azure Maps]: supported-map-styles.md
Copy file name to clipboardExpand all lines: articles/azure-maps/supported-map-styles.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,6 @@ services: azure-maps
14
14
15
15
Azure Maps supports several different built-in map styles as described in this article.
16
16
17
-
>[!important]
18
-
>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].
19
-
20
17
## road
21
18
22
19
A **road** map is a standard map that displays roads. It also displays natural and artificial features, and the labels for those features.
@@ -166,8 +163,7 @@ Learn about how to set a map style in Azure Maps:
166
163
> [!div class="nextstepaction"]
167
164
> [Choose a map style]
168
165
169
-
[Choose the right pricing tier in Azure Maps]: choose-pricing-tier.md
0 commit comments