Skip to content

Commit 2df3449

Browse files
authored
Live publish
2 parents dab8764 + 2e2e99f commit 2df3449

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

powerapps-docs/maker/canvas-apps/geospatial-component-map.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ For example, if you had a table collection named **Locations** with **Name**, **
5353
| Litware, Inc. (sample) | -96.85572 | 32.55253 |
5454
| Adventure Works (sample) | -96.99952 | 32.72058 |
5555

56-
5756
To display these as labeled pins on the map:
5857

5958
1. Set the **Items** property to Locations
@@ -67,6 +66,11 @@ To display these as labeled pins on the map:
6766
6867
You can see how to do [display pins from an Excel sheet](geospatial-map-excel.md) or [build an app](how-to/mobile-apps-address-map.md) that uses the address input control to populate pins on the map control as additional examples.
6968

69+
>[!NOTE]
70+
> Each map control can display up to 5000 pins from latitude or longitude and 50 pins from addresses. The pin limit is lower for addresses as the map needs to geocode these addresses into latitude or longitude to display them. We recommend not using addresses where possible. You can [save geocoded addresses back to your data source](geospatial-map-excel.md#save-geocoded-addresses-from-map-control-to-data-source).
71+
>
72+
> When both latitude or longitude and an address is given for a single pin, the map control will prioritize using the latitude or longitude to avoid geocoding the address.
73+
7074
## Properties
7175

7276
Change a map's behavior and appearance using properties. Some properties are only available on the **Advanced** tab.
@@ -123,7 +127,7 @@ The map control has six different types of properties:
123127

124128
| Property | Description | Type | Tab |
125129
| - | - | - | - |
126-
| Locations(Items) | Identifies a [data source](./geospatial-map-excel.md) (**Items**) in the form of a table from which to get locations to show on the map. The table lists sets of longitudes and latitudes, or physical addresses, to display as pins. The table can be a collection or from a data source like Excel Online. Each row must have an entry for label, longitude, and latitude, or a physical address, and optionally the pin color and icon. | Not applicable | Properties; Advanced: **Items** |
130+
| Locations(Items) | Identifies a [data source](./geospatial-map-excel.md) (**Items**) in the form of a table from which to get locations to show on the map. The table lists sets of longitudes and latitudes, or physical addresses, to display as pins. Using latitude or longitude is recommended as addresses need to be geocoded and so have a more restrictive pin limit. The table can be a collection or from a data source like Excel Online. Each row must have an entry for label, longitude, and latitude, or a physical address, and optionally the pin color and icon. | Not applicable | Properties; Advanced: **Items** |
127131
| ItemsLabels | Identifies the column in **Items** that contains the labels for the pins. | ColumnName | Advanced |
128132
| ItemsLatitudes | Identifies the column in **Items** that contains the latitude position of the pins. | ColumnName | Advanced |
129133
| ItemsLongitudes | Identifies the column in **Items** that contains the longitude position of the pins. | ColumnName | Advanced |

powerapps-docs/maker/canvas-apps/geospatial-map-excel.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ Coho Winery (sample) | -116.97751 | 32.87466 | |
9999
![A screenshot of the map control with custom icons and different colors.](./media/geospatial/pins-map.png)
100100

101101
>[!NOTE]
102-
> Each map control has a pin limitation of 5000 pins where it prioritizes latitude and longitude columns over the address column. Within the 5000 pin limitation, up to 50 addresses can be geocoded for each map control. Therefore, for pins with both latitude / longitude and an address bound, the map control will prioritize using the latitude / longitude to avoid geocoding the address.
102+
> Each map control can display up to 5000 pins from latitude or longitude and 50 pins from addresses. The pin limit is lower for addresses as the map needs to geocode these addresses into latitude or longitude to display them. We recommend not using addresses where possible. You can [save geocoded addresses back to your data source](geospatial-map-excel.md#save-geocoded-addresses-from-map-control-to-data-source).
103+
>
104+
> When both latitude or longitude and an address is given for a single pin, the map control will prioritize using the latitude or longitude to avoid geocoding the address.
103105
104106
## Save geocoded addresses from map control to data source
105107

0 commit comments

Comments
 (0)