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/how-to-show-attribution.md
+16-15Lines changed: 16 additions & 15 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