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: powerapps-docs/maker/canvas-apps/geospatial-component-map.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,18 @@
1
1
---
2
2
title: Insert interactive maps into apps
3
-
description: Insert maps, and add customized pins, in PowerApps.
3
+
description: Insert maps, and add customized pins, in Power Apps.
4
4
author: iaanw
5
5
manager: shellha
6
6
ms.service: powerapps
7
7
ms.topic: conceptual
8
-
ms.custom: canvas
8
+
ms.custom: canvas, ce06122020
9
9
ms.reviewer: tapanm
10
10
ms.date: 11/10/2020
11
11
ms.author: iawilt
12
12
search.audienceType:
13
13
- maker
14
14
search.app:
15
15
- PowerApps
16
-
ms.custom: ce06122020
17
16
---
18
17
19
18
@@ -44,7 +43,7 @@ With an app open for editing in the [Power Apps studio](https://create.powerapps
44
43
1. Open the **Insert** tab.
45
44
2. Expand **Media**.
46
45
3. Select the component **Map** to place it in the center of the app screen, or drag it to position it anywhere on the screen.
47
-
4. (Optional) Select **Allow** in the window that asks to know your ___location. This enables the component to display the user's current ___location.
46
+
4. (Optional) Select **Allow** in the window that asks to know your ___location. This setting allows the component to display the user's current ___location.
48
47
49
48

50
49
@@ -66,12 +65,12 @@ Icon for the pin | ItemsIcons | Optional
66
65
67
66
68
67
69
-
The color field accepts any CSS string, as defined in [Color enumeration and ColorFade, ColorValue, and RGBA functions in Power Apps](./functions/function-colors).
68
+
The color field accepts any CSS string, as defined in [Color enumeration and ColorFade, ColorValue, and RGBA functions in Power Apps](/functions/function-colors).
70
69
71
70
You can use the icons described in the [List of image templates](/azure/azure-maps/how-to-use-image-templates-web-sdk#list-of-image-templates) topic as your icon.
72
71
73
72
74
-
The following is an example of an Excel table with the required columns:
73
+
The following Excel table shows the required columns:
75
74
76
75
77
76
:::image type="content" source="media/geospatial/sample-excel.png" alt-text="Sample excel file with a table named TestData and containing Name, Longitude, and Latitude columns":::
1. The map component will now show each row in the table as a pin, labeled with its *Name* as defined in the Excel table, and using the provided icons and colors. If an icon or color isn't provided, then the component will use the default icon and color.
131
130
132
-

131
+

133
132
134
133
135
134
@@ -161,7 +160,7 @@ Some properties are only available on the **Advanced** tab in the **Properties**
161
160
| ItemsAddresses | A column in Items with the strings that represent the ___location of the pins. | TableName.ColumnName | Advanced |
162
161
| ItemsLongitudes | Name of the column in the table in your data source with floating-point numbers that represent the longitude position of the pins. | TableName.ColumnName | Advanced |
163
162
| ItemsLatitudes | Name of the column in the table in your data source with floating-point numbers that represent the latitude position of the pins. | TableName.ColumnName | Advanced |
164
-
| ItemsColors | Color of the pins |[Any CSS color string](./functions/function-colors)| Advanced |
163
+
| ItemsColors | Color of the pins |[Any CSS color string](/functions/function-colors)| Advanced |
165
164
| ItemsIcons | Icon of the pins |[Icons defined in Azure image templates](/azure/azure-maps/how-to-use-image-templates-web-sdk#list-of-image-templates)| Advanced |
166
165
| Items | Name of the table in your data source that contains all the records that you want to plot in the map by using pins. Each row must have an entry for the label, longitude, and latitude for each row. | TableName | Advanced |
0 commit comments