You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Google . Places . PlaceDetails
Retrieve detailed information about places retrieved by the PlaceSearch Choreo.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo retrieves detailed information such as addresses, phone numbers, user ratings, etc. about places retrieved by the PlaceSearch Choreo. To use this Choreo, you must obtain a Place ID by first executing the PlaceSearch Choreo. Go here for more information on this API method.
The optional Language input can be used to request results in various languages. See the list of supported languages for valid codes that can be passed to the Language input.
Here is an example of acceptable inputs:
Key: {YOUR GOOGLE API KEY}
PlaceID: CdIJN2t_tDeuEmsRUsoyG83frY4
The following is a sample of the JSON information returned by this Choreo:
{ "html_attributions": [], "result": { "address_components": [ { "long_name": "Civic Center", "short_name": "Civic Center", "types": [ "neighborhood", "political" ] }, { "long_name": "Manhattan", "short_name": "Manhattan", "types": [ "sublocality_level_1", "sublocality", "political" ] }, { "long_name": "New York", "short_name": "NY", "types": [ "locality", "political" ] }, { "long_name": "New York County", "short_name": "New York County", "types": [ "administrative_area_level_2", "political" ] }, { "long_name": "New York", "short_name": "NY", "types": [ "administrative_area_level_1", "political" ] }, { "long_name": "United States", "short_name": "US", "types": [ "country", "political" ] } ], "adr_address": "Civic Center, <span class=\"locality\">New York</span>, <span class=\"region\">NY</span>, <span class=\"country-name\">USA</span>", "formatted_address": "Civic Center, New York, NY, USA", "geometry": { "location": { "lat": 40.7140519, "lng": -74.00283639999999 }, "viewport": { "northeast": { "lat": 40.71776149999999, "lng": -73.9982199 }, "southwest": { "lat": 40.7097756, "lng": -74.00873419999999 } } }, "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/geocode-71.png", "id": "598e04bb19f69366f316e9ff214554562a14ce60", "name": "Civic Center", "place_id": "ChIJEZaa1SNawokRXvMbRrc0HC8", "reference": "CoQBfAAAACak8lpP_t-r89NSLh1D8_uN3b_65pEEeBBXtGZZoCpsmH0q0fdw7WU-Al6tZ_utWOj7DQNOeoBjZk0_qh5ydbKsMmLK3REibLlju0Vt0oPkxNgVDCmO2JXuPeZ6vxNC6TdfJF7sPHNeFdoEhpCtXRdIkF89UOGlIgTQl0LnApdjEhCD8pzKpbUgFeb-ZrJMxQHdGhSuNc6Hawpg5Uh8uK2UyBoWVsKZFA", "scope": "GOOGLE", "types": [ "neighborhood", "political" ], "url": "https://maps.google.com/maps/place?q=Civic+Center,+New+York,+NY,+USA&ftid=0x89c25a23d59a9611:0x2f1c34b7461bf35e", "vicinity": "Manhattan" }, "status": "OK" }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms