Skip to content

Commit 7d4707d

Browse files
authored
Merge pull request #50326 from walsehgal/AzureMapStyles
New Azure maps article listing supported map styles
2 parents 0e9eba2 + 67f36e6 commit 7d4707d

File tree

6 files changed

+52
-0
lines changed

6 files changed

+52
-0
lines changed
213 KB
Loading
261 KB
Loading
964 KB
Loading
1.19 MB
Loading
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Supported map styles in Azure Maps| Microsoft Docs
3+
description: Map styles supported by Azure Maps
4+
author: walsehgal
5+
ms.author: v-musehg
6+
ms.date: 08/28/2018
7+
ms.topic: concepts
8+
ms.service: azure-maps
9+
services: azure-maps
10+
manager: timlt
11+
ms.custom: mvc
12+
---
13+
14+
# Azure Maps supported map styles
15+
Azure maps support four different built-in map styles. The styles along with their descriptions are listed below.
16+
17+
## Road
18+
A **road** map is a standard map that displays roads, natural and man-made features along with the labels for those features.
19+
20+
![road](./media/supported-map-styles/road.png)
21+
22+
**Applicable APIs:**
23+
* [Map image](https://docs.microsoft.com/rest/api/maps/render/getmapimage)
24+
* [Map tile](https://docs.microsoft.com/rest/api/maps/render/getmaptile)
25+
* JS map control
26+
27+
## Satellite
28+
The **satellite** style is a combination of satellite and aerial imagery.
29+
30+
![satellite](./media/supported-map-styles/satellite.png)
31+
32+
**Applicable APIs:**
33+
* [Satellite tile](https://docs.microsoft.com/rest/api/maps/render/getmapimagerytilepreview)
34+
* JS map control
35+
36+
## Satellite_Road_Labels
37+
This map style is a hybrid of roads and labels overlaid on top of satellite and aerial imagery.
38+
39+
![satellite_road_labels](./media/supported-map-styles/satellite_road_labels.png)
40+
41+
**Applicable APIs:**
42+
* JS map control
43+
44+
## Grayscale_Dark
45+
**Grayscale dark** is a dark version of the road map style.
46+
47+
![gray_scale](./media/supported-map-styles/grayscale_dark.png)
48+
49+
**Applicable APIs:**
50+
* JS map control

articles/azure-maps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
href: routing-coverage.md
3535
- name: Supported languages
3636
href: supported-languages.md
37+
- name: Supported Map styles
38+
href: supported-map-styles.md
3739
- name: How-to guides
3840
items:
3941
- name: Manage Maps accounts

0 commit comments

Comments
 (0)