Skip to content

Commit 623d8ec

Browse files
authored
Merge pull request #253236 from stevemunk/render-v1-deprecation-5
Updates to article: Azure Maps supported built-in map styles
2 parents c375d21 + f63ac24 commit 623d8ec

File tree

1 file changed

+40
-38
lines changed

1 file changed

+40
-38
lines changed

articles/azure-maps/supported-map-styles.md

Lines changed: 40 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ A **road** map is a standard map that displays roads. It also displays natural a
2222

2323
**Applicable APIs:**
2424

25-
* [Map image]
26-
* [Map tile]
27-
* Web SDK map control
28-
* Android map control
29-
* Power BI visual
25+
* [Get Map Static Image]
26+
* [Get Map Tile]
27+
* [Web SDK map control]
28+
* [Android map control]
29+
* [Power BI visual]
3030

3131
## blank and blank_accessible
3232

@@ -37,7 +37,7 @@ The **blank** and **blank_accessible** map styles provide a blank canvas for vis
3737
3838
**Applicable APIs:**
3939

40-
* Web SDK map control
40+
* [Web SDK map control]
4141

4242
## satellite
4343

@@ -47,10 +47,10 @@ The **satellite** style is a combination of satellite and aerial imagery.
4747

4848
**Applicable APIs:**
4949

50-
* [Satellite tile]
51-
* Web SDK map control
52-
* Android map control
53-
* Power BI visual
50+
* [Get Map Tile]
51+
* [Web SDK map control]
52+
* [Android map control]
53+
* [Power BI visual]
5454

5555
## satellite_road_labels
5656

@@ -60,9 +60,9 @@ This map style is a hybrid of roads and labels overlaid on top of satellite and
6060

6161
**Applicable APIs:**
6262

63-
* Web SDK map control
64-
* Android map control
65-
* Power BI visual
63+
* [Web SDK map control]
64+
* [Android map control]
65+
* [Power BI visual]
6666

6767
## grayscale_dark
6868

@@ -72,11 +72,11 @@ This map style is a hybrid of roads and labels overlaid on top of satellite and
7272

7373
**Applicable APIs:**
7474

75-
* [Map image]
76-
* [Map tile]
77-
* Web SDK map control
78-
* Android map control
79-
* Power BI visual
75+
* [Get Map Static Image]
76+
* [Get Map Tile]
77+
* [Web SDK map control]
78+
* [Android map control]
79+
* [Power BI visual]
8080

8181
## grayscale_light
8282

@@ -85,9 +85,10 @@ This map style is a hybrid of roads and labels overlaid on top of satellite and
8585
![grayscale light map style](./media/supported-map-styles/grayscale-light.jpg)
8686

8787
**Applicable APIs:**
88-
* Web SDK map control
89-
* Android map control
90-
* Power BI visual
88+
89+
* [Web SDK map control]
90+
* [Android map control]
91+
* [Power BI visual]
9192

9293
## night
9394

@@ -97,9 +98,9 @@ This map style is a hybrid of roads and labels overlaid on top of satellite and
9798

9899
**Applicable APIs:**
99100

100-
* Web SDK map control
101-
* Android map control
102-
* Power BI visual
101+
* [Web SDK map control]
102+
* [Android map control]
103+
* [Power BI visual]
103104

104105
## road_shaded_relief
105106

@@ -109,10 +110,10 @@ This map style is a hybrid of roads and labels overlaid on top of satellite and
109110

110111
**Applicable APIs:**
111112

112-
* [Map tile]
113-
* Web SDK map control
114-
* Android map control
115-
* Power BI visual
113+
* [Get Map Tile]
114+
* [Web SDK map control]
115+
* [Android map control]
116+
* [Power BI visual]
116117

117118
## high_contrast_dark
118119

@@ -122,9 +123,9 @@ This map style is a hybrid of roads and labels overlaid on top of satellite and
122123

123124
**Applicable APIs:**
124125

125-
* Web SDK map control
126-
* Android map control
127-
* Power BI visual
126+
* [Web SDK map control]
127+
* [Android map control]
128+
* [Power BI visual]
128129

129130
## high_contrast_light
130131

@@ -134,9 +135,9 @@ This map style is a hybrid of roads and labels overlaid on top of satellite and
134135

135136
**Applicable APIs:**
136137

137-
* Web SDK map control
138-
* Android map control
139-
* Power BI visual
138+
* [Web SDK map control]
139+
* [Android map control]
140+
* [Power BI visual]
140141

141142
## Map style accessibility
142143

@@ -163,8 +164,9 @@ Learn about how to set a map style in Azure Maps:
163164
> [!div class="nextstepaction"]
164165
> [Choose a map style]
165166
166-
[Choose the right pricing tier in Azure Maps]: choose-pricing-tier.md
167-
[Map image]: /rest/api/maps/render-v2/get-map-static-image
168-
[Map tile]: /rest/api/maps/render-v2/get-map-tile
169-
[Satellite tile]: /rest/api/maps/render/getmapimagerytilepreview
167+
[Android map control]: how-to-use-android-map-control-library.md
170168
[Choose a map style]: choose-map-style.md
169+
[Get Map Static Image]: /rest/api/maps/render-v2/get-map-static-image
170+
[Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
171+
[Power BI visual]: power-bi-visual-get-started.md
172+
[Web SDK map control]: how-to-use-map-control.md

0 commit comments

Comments
 (0)