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 . Factual . FindPlacesNearCoordinates
Find places near specified latitude, longitude coordinates.
/*
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.
*/
The FindPlacesByCoordinates Choreo retrieves contextual data from Factual by specifying a query string, a query search area (defined by a latitude-longitude center coordiantes), and a result-set radius specified in meters. More information about the Factual API can be found here.
To run this Choreo, you'll need:
An example set of inputs might look like:
Latitude: 40.718274
Longitude: -74.005323
Radius: 500
The following is a sample of the JSON information returned by this Choreo:
{ "version": 3, "status": "ok", "response": { "data": [ { "address": "2 Avenue Of The Americas", "category_ids": [ 436 ], "category_labels": [ [ "Travel", "Lodging", "Hotels and Motels" ] ], "country": "us", "email": "sales@grandhotelsnyc.com", "factual_id": "1386b63a-f9cb-4246-9729-edce2f3a9cc1", "fax": "(212) 519-6700", "hours": { "monday": [ [ "00:00", "24:00" ] ], "tuesday": [ [ "00:00", "24:00" ] ], "wednesday": [ [ "00:00", "24:00" ] ], "thursday": [ [ "00:00", "24:00" ] ], "friday": [ [ "00:00", "24:00" ] ], "saturday": [ [ "00:00", "24:00" ] ], "sunday": [ [ "00:00", "24:00" ] ] }, "hours_display": "Open Daily 12:00 AM-12:00 AM", "latitude": 40.719309, "locality": "New York", "longitude": -74.004858, "name": "Tribeca Grand Hotel", "neighborhood": [ "Tribeca", "Civic Center", "Soho", "Lower Manhattan", "Downtown", "Chinatown/Little Italy", "Downtown New York" ], "postcode": "10013", "region": "NY", "tel": "(212) 519-6600", "website": "http://www.tribecagrand.com", "$distance": 121.57615 } ], "included_rows": 20 } }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms