@@ -22,11 +22,11 @@ A **road** map is a standard map that displays roads. It also displays natural a
22
22
23
23
** Applicable APIs:**
24
24
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]
30
30
31
31
## blank and blank_accessible
32
32
@@ -37,7 +37,7 @@ The **blank** and **blank_accessible** map styles provide a blank canvas for vis
37
37
38
38
** Applicable APIs:**
39
39
40
- * Web SDK map control
40
+ * [ Web SDK map control]
41
41
42
42
## satellite
43
43
@@ -47,10 +47,10 @@ The **satellite** style is a combination of satellite and aerial imagery.
47
47
48
48
** Applicable APIs:**
49
49
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]
54
54
55
55
## satellite_road_labels
56
56
@@ -60,9 +60,9 @@ This map style is a hybrid of roads and labels overlaid on top of satellite and
60
60
61
61
** Applicable APIs:**
62
62
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]
66
66
67
67
## grayscale_dark
68
68
@@ -72,11 +72,11 @@ This map style is a hybrid of roads and labels overlaid on top of satellite and
72
72
73
73
** Applicable APIs:**
74
74
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]
80
80
81
81
## grayscale_light
82
82
@@ -85,9 +85,10 @@ This map style is a hybrid of roads and labels overlaid on top of satellite and
85
85
![ grayscale light map style] ( ./media/supported-map-styles/grayscale-light.jpg )
86
86
87
87
** 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]
91
92
92
93
## night
93
94
@@ -97,9 +98,9 @@ This map style is a hybrid of roads and labels overlaid on top of satellite and
97
98
98
99
** Applicable APIs:**
99
100
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]
103
104
104
105
## road_shaded_relief
105
106
@@ -109,10 +110,10 @@ This map style is a hybrid of roads and labels overlaid on top of satellite and
109
110
110
111
** Applicable APIs:**
111
112
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]
116
117
117
118
## high_contrast_dark
118
119
@@ -122,9 +123,9 @@ This map style is a hybrid of roads and labels overlaid on top of satellite and
122
123
123
124
** Applicable APIs:**
124
125
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]
128
129
129
130
## high_contrast_light
130
131
@@ -134,9 +135,9 @@ This map style is a hybrid of roads and labels overlaid on top of satellite and
134
135
135
136
** Applicable APIs:**
136
137
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]
140
141
141
142
## Map style accessibility
142
143
@@ -163,8 +164,9 @@ Learn about how to set a map style in Azure Maps:
163
164
> [ !div class="nextstepaction"]
164
165
> [ Choose a map style]
165
166
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
170
168
[ 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