- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成

Marketplace 用户指南
附近的搜索
“附近搜索”可用于搜索指定区域内的地点。 您可以通过提供关键字或指定要搜索的地点类型来优化搜索请求。
属性
输入
-
Keyword - A term to be matched against all content that Google has indexed for this place, including but not limited to name, type, and address, as well as customer reviews and other third-party content.
数据类型:
System.String
示例:“Cruise”
-
Location: The latitude/longitude around which to retrieve place information. This must be specified as latitude,longitude.
数据类型:
System.String
示例:“-33.8670522,151.1957362”
-
Name: A term to be matched against all content that Google has indexed for this place. Equivalent to keyword. The name field is no longer restricted to place names. Values in this field are combined with values in the keyword field and passed as part of the same search string. We recommend using only the keyword parameter for all search terms.
数据类型:
System.String
示例:“UiPath”
-
Language: The language code, indicating in which language the results should be returned, if possible. See the list of supported languages and their codes.
数据类型:
System.String
示例:“zh”表示中文
-
Open Now: Returns only those places that are open for business at the time the query is sent. Places that do not specify opening hours in the Google Places database will not be returned if you include this parameter in your query.
数据类型:
System.String
示例:“true”- 如果您只想筛选现在开放的地点,否则将其留空。
-
Page Token: Returns the next 20 results from a previously run search. Setting a pagetoken parameter will execute a search with the same parameters used previously — all parameters other than pagetoken will be ignored.
数据类型:
System.String
示例:这将是一个随机字符串。 当您执行地点搜索时,如果结果跨越的页面数量超过响应一次可以返回的页面数量,您就会遇到这种情况。
-
Price Range: Restricts results to only those places within the specified range. Valid values range between 0 (most affordable) to 4 (most expensive), inclusive. The exact amount indicated by a specific value will vary from region to region.
数据类型:
System.String
示例:“0,3”
-
Radius: Defines the distance (in meters) within which to return place results. The maximum allowed radius is 50 000 meters. Note that radius must not be included if rankby=distance.
数据类型:
System.String
示例:“500”
-
Rank By: Specifies the order in which results are listed. Note that rankby must not be included if radius is specified. Possible values are prominence(default) or distance
数据类型:
System.String
示例:“距离”
-
Type: Restricts the results to places matching the specified type. Only one type may be specified (if more than one type is provided, all types following the first entry are ignored). See the list of supported types.
数据类型:
System.String
示例:“Jewellry_store”
输出
-
JSON: The output in the form of a JSON string.
数据类型:
System.String -
Places: The list of nearby places.
数据类型:
UiPathTeam.GoogleMaps.Model.NearbySearch.NearbySearchResponse
常见
- “显示名称”- 活动的显示名称。
其他
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level. For More info follow the link.