- Release Notes
- Overview
- Getting Started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Security & IP Protection
- Other UiPath Listings
- Node-RED
- Setup
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team From Group
- Get Team
- Get Teams
- Channels
- Create Channel
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- Get Message
- Get Messages
- Get Message Replies
- Reply To Message
- Send Message
- Events
- Create Event
- Delete Event
- Get Event
- Get Events
- Users
- Get User Presence
- How It Works
- Technical References
- Get Started
- About
- Setup
- Technical References
- Azure Form Recognizer Scope
- Activities
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- Get Model Keys
- Get Model Info
- Delete Model
- Connectors
- How to Create Activities
- Build Your Integration
Get Place Details
Once you have a place_id from Find Place or Nearby Search, you can request more details about a establishment or point of interest using Get Place Details activity. The Get Place Details activity returns more comprehensive information about the indicated place such as its complete address, phone number, user rating and reviews.
-
Fields - The fields specifying the types of place data to return, separated by a comma.
Data Type:System.String
Fields correspond to Place Search results, and are divided into three billing categories:
The Basic category includes the following fields: address_component, adr_address, formatted_address, geometry, icon, name, permanently_closed, photo, place_id, plus_code, type, url, utc_offset, vicinity
The Contact category includes the following field: formatted_phone_number, international_phone_number, opening_hours, website
The Atmosphere category includes the following fields: price_level, rating, review, user_ratings_total Example:Example: ““photo, place_id, plus_code” (no spaces allowed after comma).
-
Region: The region code, specified as a ccTLD (country code top-level domain) two-character value. Most ccTLD codes are identical to ISO 3166-1 codes, with some exceptions. This parameter will only influence, not fully restrict, results. If more relevant results exist outside of the specified region, they may be included. When this parameter is used, the country name is omitted from the resulting formatted_address for results in the specified region.
Data Type:System.String
-
Place Id: A textual identifier that uniquely identifies a place, returned from Find Place or Nearby Search activity.
Data Type:System.String
Example: “ChIJN1t_tDeuEmsRUsoyG83frY4”
-
Language: The language code, indicating in which language the results should be returned, if possible. See the list of supported languages and their codes.
Data Type:System.String
Example: “zh” for Chinese
-
Session Token: A random string which identifies an autocomplete session for billing purposes. Use this for Place Details requests that are called following an autocomplete request in the same user session.
Data Type:System.String
- JSON: The output in the form of a JSON string. Data TypeData Type: System.String
-
Place Details: The list of matched places.
Data Type:UiPathTeam.GoogleMaps.Model.PlaceDetails.GetPlaceDetailsResponse
-
Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
For More info follow the link.