- 入门指南
- 在开始之前
- 如何
- 通知
- 使用 VB 表达式
- 设计应用程序
- 事件和规则
- 在应用程序中利用 RPA
- 在应用程序中利用实体
- 在应用程序中利用队列
- 应用程序生命周期管理 (ALM)
- 基本故障排除指南
Apps 用户指南
嵌入地图
You can embed maps from multiple providers in your app to provide users with an easy way to reach your location. You can also configure a Navigate button to offer users directions on how to get from their location to a destination of your choice. For the purpose of this example, we will use Google Maps to embed maps into UiPath® Apps.
有关如何使用 Google 地图 搜索 API 的更多信息,请查看 官方文档。
-
在 Google 地图上,搜索您要共享的地址。
-
单击“ 共享 ”,然后转到“ 嵌入地图 ”选项卡。
-
Select the desired size and copy the link by selecting COPY HTML.
-
在 UiPathTM Apps 中转到所需的应用程序。
-
添加 IFrame 控件。
-
在控件的“ 来源 ”字段中添加在 步骤 3 中复制的链接。删除<iframe>标签并添加引号。 例如,链接应如下所示:
"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1511.2061413255587!2d-73.9796223417571!3d40.75295602669006!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2590199a4c12d%3A0x35c4d69dd805cc5e!2sOne%20Vanderbilt!5e0!3m2!1sen!2sro!4v1674472555170!5m2!1sen!2sro"
"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1511.2061413255587!2d-73.9796223417571!3d40.75295602669006!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2590199a4c12d%3A0x35c4d69dd805cc5e!2sOne%20Vanderbilt!5e0!3m2!1sen!2sro!4v1674472555170!5m2!1sen!2sro"
-
在 UiPathTM Apps 中转到所需的应用程序。
-
添加“ 按钮 ”控件。
-
将按钮重命名为 Navigate。 您还可以向按钮添加适当的图标,例如汽车。
-
转到“ 事件 ” 选项卡,然后编辑按钮的“ 已单击” 规则。
-
添加“打开 URL”规则。
-
使用以下格式添加来自 Google 地图 的Directions API :
"https://www.google.com/maps/dir/?api=1&destination=UiPath+New+York+USA" 。