Skip to content

Commit 56a9520

Browse files
committed
improvements to grammar
1 parent f0d849a commit 56a9520

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

articles/azure-maps/how-to-show-attribution.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Show the correct map copyright attribution information
33
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.
55
author: eriklindeman
66
ms.author: eriklind
77
ms.date: 3/16/2022
@@ -12,15 +12,15 @@ services: azure-maps
1212

1313
# Show the correct copyright attribution
1414

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.
1616

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":::
1818

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.
2020

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":::
2222

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.
2424

2525
## The Get Map Attribution API
2626

@@ -30,7 +30,7 @@ The [Get Map Attribution API] enables you to request map copyright attribution i
3030

3131
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.
3232

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.
3434

3535
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.
3636

@@ -40,7 +40,7 @@ Since the data providers can differ depending on the *region* and *zoom* level,
4040

4141
### How to use the Get Map Attribution API
4242

43-
You'll need the following information to run the `attribution` command:
43+
You need the following information to run the `attribution` command:
4444

4545
| Parameter | Type | Description |
4646
| ----------- | ------ | -------------------------------------------------------- |
@@ -58,15 +58,16 @@ https://atlas.microsoft.com/map/attribution?subscription-key={Your-Azure-Maps-Su
5858

5959
## Additional information
6060

61-
* For more information, see the [Azure Maps Render service V2] documentation.
61+
* For more information, see the [Render V2 service] documentation.
6262

63-
[Azure Maps Render service V2]: /rest/api/maps/render-v2
63+
[Android]: how-to-use-android-map-control-library.md
64+
[Authentication with Azure Maps]: azure-maps-authentication.md
6465
[Get Map Attribution API]: /rest/api/maps/render-v2/get-map-attribution
65-
[Web SDK]: how-to-use-map-control.md
66-
[Android SDK]: how-to-use-android-map-control-library.md
67-
[iOS SDK]: how-to-use-ios-map-control-library.md
68-
[Tileset Create API]: /rest/api/maps/v2/tileset/create
6966
[Get Map Attribution]: /rest/api/maps/render-v2/get-map-attribution#tilesetid
67+
[iOS]: how-to-use-ios-map-control-library.md
68+
[Render V2 service]: /rest/api/maps/render-v2
69+
[Tileset Create API]: /rest/api/maps/v2/tileset/create
7070
[TilesetID]: /rest/api/maps/render-v2/get-map-attribution#tilesetid
71+
[Web]: how-to-use-map-control.md
7172
[Zoom levels and tile grid]: zoom-levels-and-tile-grid.md
72-
[Authentication with Azure Maps]: azure-maps-authentication.md
73+
s

0 commit comments

Comments
 (0)