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
1. An admin must [enable the geospatial features in the Power Platform admin center](#enable-the-geospatial-features-for-the-environment) for the environment. This requires reviewing and agreeing to specific terms of service.
37
-
2. An admin must [ensure the geospatial controls will not be blocked by the environment's data loss prevention policies](#review-the-environments-data-loss-prevention-policies).
36
+
1. An admin must [add a Microsoft Dataverse database](/power-platform/admin/create-database) to the environment.
37
+
3. An admin must [enable the geospatial features in the Power Platform admin center](#enable-the-geospatial-features-for-the-environment) for the environment. This requires reviewing and agreeing to specific terms of service.
38
+
3. An admin must [ensure the geospatial controls will not be blocked by the environment's data loss prevention policies](#review-the-environments-data-loss-prevention-policies).
38
39
39
40
>[!IMPORTANT]
40
41
>The controls require the default **Organizations** data source to be present. This data source is included whenever you insert the controls into an app, but if you manually delete it you'll need to add it before the controls will work:
41
42
>
42
43
>1. With the control selected, go to the **Data sources** tab on the side navigation menu.
43
44
>2. In the search field, enter **Organizations**, and then select the data source that appears. This will add it to the control.
44
45
45
-
###Enable the geospatial features for the environment
46
+
## Enable the geospatial features for the environment
46
47
47
48
Before you can use geospatial features in your apps, an admin must enable access to the features for the environment where you want to create your app.
48
49
@@ -60,39 +61,40 @@ The geospatial features require additional terms of use that must be reviewed an
60
61
61
62
1. Under **Geospatial services**, set the toggle switch to **On**. A terms of service notice will appear. Read through the terms of service, and if you agree, select the checkbox **I agree to the terms of service**, and then select **Enable**.
62
63
63
-

64
+
:::image type="content" source="./media/geospatial/ppac-terms.png" alt-text="Screenshot of the terms of service.":::
64
65
65
66
>[!IMPORTANT]
66
67
>You must read and agree to the terms of service before you can use geospatial features.
67
-
>
68
-
>The following are the terms of service:
69
-
>
70
-
>These features use mapping capabilities that are powered by a third party, TomTom(tm), and operate outside your tenant's geographic region, compliance boundary, or national cloud instance.
71
-
>
72
-
>Microsoft shares the address and ___location queries with TomTom(tm). The name of the customer or end user who entered the query is not shared.
73
-
>
74
-
>This feature is non-regional and the queries you provide may be stored and processed in the United States or any other country in which Microsoft or its subprocessors operate.
75
-
>
76
-
>Additional licensing requirements might be required to enable this feature.
77
-
78
-
>[!NOTE]
79
-
>Requests sent between TomTom(tm) and the Azure Maps service are not exposed over the public Internet.
80
-
>
81
-
>Requests between apps you create with the control and the Azure Maps service are sent over HTTPS.
82
-
83
68
84
69
1. Select **Save** at the bottom of the settings page.
85
70
86
71

87
72
88
-
###Review the environment's data loss prevention policies
73
+
## Review the environment's data loss prevention policies
89
74
90
75
The geospatial controls require the Microsoft Dataverse and Spatial Services connectors. This connector is used by the Power Apps Maps and Address Input controls to connect to Microsoft’s Azure Maps service. It is used to fetch map tiles and satellite imagery, geocode addresses, and search for addresses. Thus, it is required for the Interactive Map and Address Input controls to function.
91
76
92
-
For the controls to function properly, these connectors must not have conflicting data loss prevention policies. An admin must review the environment's data loss prevention policies and ensure that these connectors are classified under the same data group, typically the **Business** data group. [Learn more about data loss prevention policies for Power Platform](/power-platform/admin/prevent-data-loss).
93
-
94
-
95
-
### Next steps
77
+
For the controls to function properly, these connectors must not have conflicting data loss prevention policies. An admin must review the environment's data loss prevention policies and ensure that these connectors are classified under the same data group, typically the **Business** data group. [Learn more about data loss prevention policies for Power Platform](/power-platform/admin/prevent-data-loss).
78
+
79
+
## Privacy and security considerations
80
+
81
+
- Power Apps doesn’t link search queries to any user when shared with TomTom, and the shared search queries can’t be used to identify individuals.
82
+
- Azure Maps doesn't store the request information sent by you. For more information about Azure Maps compliance, see [Azure global compliance](https://azure.microsoft.com/blog/new-azure-maps-make-identifying-local-compliance-options-easy/)
83
+
- Requests sent between TomTom and Azure Maps are not exposed over the public Internet.
84
+
- Requests sent between apps you create with the geospatial controls and Azure Maps are sent over HTTPS.
85
+
- Power Apps doesn't send any user identifiers or tracking data to Azure Maps, Bing Maps, or TomTom.
86
+
- The following table describes the user data that Power Apps sends to Azure Maps, Bing Maps, and TomTom:
87
+
88
+
| Control | Feature | Data | Sent to Azure Maps | Sent to Bing Maps | Sent to TomTom | Purpose |
| Map | Show map tiles | Coordinates in and around the map view | Yes | No | Yes | To show the map tiles in the map view. |
91
+
| Map | Show pins and route waypoints | Pins and route waypoint addresses | No | Yes | Yes | To translate addresses to latitude/longitude coordinates, and show them on the map. |
92
+
| Map | Show routes | Route waypoint coordinates | Yes | No | Yes | To calculate routes between waypoints. |
93
+
| Map | Show pins and shapes from coordinates | Pin and shape coordinates | No | No | No | Feature does not require sending coordinate data. |
94
+
| Address Input | Address Search | Address search query string | No | Yes | Yes | To show address search results. |
95
+
| Address Input | Address Search | Current device ___location | No | Yes | Yes | To bias address search results around the device ___location. |
0 commit comments