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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,9 @@ For more information, see the [Geolocation service] documentation.
63
63
64
64
### Render service
65
65
66
-
[Render service V2] 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 service V2 instead of Render service V1. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render service V2, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API].
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].
67
67
68
-
:::image type="content" source="./media/about-azure-maps/intro_map.png" border="false" alt-text="Example of a map from the Render service V2":::
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":::
69
69
70
70
### Route service
71
71
@@ -241,7 +241,7 @@ Stay up to date on Azure Maps:
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-show-attribution.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Show the correct map copyright attribution information
3
3
titleSuffix: Microsoft Azure Maps
4
-
description: The map copyright attribution information must be displayed in any applications that use the Render V2 API, including web and mobile applications. In this article, you'll learn how to display the correct attribution every time you display or update a tile.
4
+
description: The map copyright attribution information must be displayed in all applications that use the Render V2 API, including web and mobile applications. This article discusses how to display the correct attribution every time you display or update a tile.
5
5
author: eriklindeman
6
6
ms.author: eriklind
7
7
ms.date: 3/16/2022
@@ -12,15 +12,15 @@ services: azure-maps
12
12
13
13
# Show the correct copyright attribution
14
14
15
-
When using the [Azure Maps Render service V2], either as a basemap or layer, you're required to display the appropriate data provider copyright attribution on the map. This information should be displayed in the lower right-hand corner of the map.
15
+
When using the Azure Maps [Render V2 service], either as a basemap or layer, you're required to display the appropriate data provider copyright attribution on the map. This information should be displayed in the lower right-hand corner of the map.
16
16
17
-
:::image type="content" source="./media/how-to-show-attribution/attribution-road.png" border="false" alt-text="The above image is an example of a map from the Render service V2 showing the copyright attribution when using the road style":::
17
+
:::image type="content" source="./media/how-to-show-attribution/attribution-road.png" border="false" alt-text="The above image is an example of a map from the Render V2 service showing the copyright attribution when using the road style":::
18
18
19
-
The above image is an example of a map from the Render service V2, displaying the road style. It shows the copyright attribution in the lower right-hand corner of the map.
19
+
The above image is an example of a map from the Render V2 service, displaying the road style. It shows the copyright attribution in the lower right-hand corner of the map.
20
20
21
-
:::image type="content" source="./media/how-to-show-attribution/attribution-satellite.png" border="false" alt-text="The above image is an example of a map from the Render service V2 showing the copyright attribution when using the satellite style":::
21
+
:::image type="content" source="./media/how-to-show-attribution/attribution-satellite.png" border="false" alt-text="The above image is an example of a map from the Render V2 service showing the copyright attribution when using the satellite style":::
22
22
23
-
The above image is an example of a map from the Render service V2, displaying the satellite style. note that there's another data provider listed.
23
+
The above image is an example of a map from the Render V2 service, displaying the satellite style. note that there's another data provider listed.
24
24
25
25
## The Get Map Attribution API
26
26
@@ -30,7 +30,7 @@ The [Get Map Attribution API] enables you to request map copyright attribution i
30
30
31
31
The map copyright attribution information must be displayed on the map in any applications that use the Render V2 API, including web and mobile applications.
32
32
33
-
The attribution is automatically displayed and updated on the map When using any of the Azure Maps SDKs. This includes the [Web SDK], [Android SDK] and the [iOS SDK].
33
+
The attribution is automatically displayed and updated on the map When using any of the Azure Maps SDKs, including the [Web], [Android] and [iOS] SDKs.
34
34
35
35
When using map tiles from the Render service in a third-party map, you must display and update the copyright attribution information on the map.
36
36
@@ -40,7 +40,7 @@ Since the data providers can differ depending on the *region* and *zoom* level,
40
40
41
41
### How to use the Get Map Attribution API
42
42
43
-
You'll need the following information to run the `attribution` command:
43
+
You need the following information to run the `attribution` command:
0 commit comments