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/about-azure-maps.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,15 @@ For more information, see the [Geolocation service] documentation.
63
63
64
64
### Render service
65
65
66
-
[Render V2 service] introduces a new version of the [Get Map Tile V2 API] that supports using Azure Maps tiles not only in the Azure Maps SDKs but other map controls as well. It includes raster and vector tile formats, 256x256 or 512x512 tile sizes (where applicable) and numerous map types such as road, weather, contour, or map tiles. For a complete list, see [TilesetID] in the REST API documentation. It's recommended that you use Render V2 service instead of Render service V1. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render V2 service, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API].
66
+
> [!NOTE]
67
+
>
68
+
> **Azure Maps Render v1 service retirement**
69
+
>
70
+
> The Azure Maps [Render v1] service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use [Render v2] API by 9/17/26.
71
+
72
+
[Render v2] service introduces a new version of the [Get Map Tile v2 API] that supports using Azure Maps tiles not only in the Azure Maps SDKs but other map controls as well. It includes raster and vector tile formats, 256x256 or 512x512 tile sizes (where applicable) and numerous map types such as road, weather, contour, or map tiles. For a complete list, see [TilesetID] in the REST API documentation. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render v2 service, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API].
67
73
68
-
:::image type="content" source="./media/about-azure-maps/intro_map.png" border="false" alt-text="Example of a map from the Render V2 service":::
74
+
:::image type="content" source="./media/about-azure-maps/intro_map.png" border="false" alt-text="Example of a map from the Render v2 service":::
69
75
70
76
### Route service
71
77
@@ -157,7 +163,7 @@ The Weather service offers API to retrieve weather information for a particular
157
163
158
164
Developers can use the [Get Weather along route API] to retrieve weather information along a particular route. Also, the service supports the generation of weather notifications for waypoints affected by weather hazards, such as flooding or heavy rain.
159
165
160
-
The [Get Map Tile V2 API] allows you to request past, current, and future radar and satellite tiles.
166
+
The [Get Map Tile v2 API] allows you to request past, current, and future radar and satellite tiles.
161
167
162
168

163
169
@@ -217,9 +223,10 @@ Stay up to date on Azure Maps:
Copy file name to clipboardExpand all lines: articles/azure-maps/render-coverage.md
+20-7Lines changed: 20 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,30 @@ titleSuffix: Microsoft Azure Maps
4
4
description: Render coverage tables list the countries/regions that support Azure Maps road tiles.
5
5
author: eriklindeman
6
6
ms.author: eriklind
7
-
ms.date: 03/23/2022
7
+
ms.date: 09/21/2023
8
8
ms.topic: conceptual
9
9
ms.service: azure-maps
10
10
services: azure-maps
11
11
---
12
12
13
13
# Azure Maps render coverage
14
14
15
-
The render coverage tables below list the countries/regions that support Azure Maps road tiles. Both raster and vector tiles are supported. At the lowest resolution, the entire world fits in a single tile. At the highest resolution, a single tile represents 38 square meters. You'll see more details about continents, regions, cities, and individual streets as you zoom in the map. For more information about tiles, see [Zoom levels and tile grid](zoom-levels-and-tile-grid.md).
15
+
The render coverage tables below list the countries/regions that support Azure Maps road tiles. Both raster and vector tiles are supported. At the lowest resolution, the entire world fits in a single tile. At the highest resolution, a single tile represents 38 square meters. You'll see more details about continents, regions, cities, and individual streets as you zoom in the map. For more information about tiles, see [Zoom levels and tile grid].
16
+
17
+
> [!NOTE]
18
+
>
19
+
> **Azure Maps Render v1 service retirement**
20
+
>
21
+
> The Azure Maps [Render v1] service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use [Render v2] API by 9/17/26.
0 commit comments