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 . Flickr . Places . FindByCoordinates
Returns a place ID for a given latitude, longitude and accuracy.
/*
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 returns a place ID for a given latitude, longitude and accuracy. The documentation for this Flickr method can be found here.
Note that this method is designed to allow users to find photos for "places" and will round up to the nearest place type to which corresponding place IDs apply. For instance, if you pass it a street level coordinate for the Latitude and Longitude inputs, it will return the city that contains the point rather than the street, or building, itself.
Here's an example list of acceptable inputs:
APIKey: {YOUR FLICKR API KEY}
Latitude: -17.685895
Longitude: -63.36914
The following is a sample of the JSON information returned by this Choreo:
{ "places": { "place": [ { "place_id": "HMGdMeJTUb_Sf_5E2g", "woeid": "23512048", "latitude": "37.764", "longitude": "-122.425", "place_url": "\/United+States\/California\/San+Francisco\/Mission+Dolores", "place_type": "neighbourhood", "place_type_id": "22", "timezone": "America\/Los_Angeles", "name": "Mission Dolores, San Francisco, CA, US, United States", "woe_name": "Mission Dolores" } ], "latitude": "37.765", "longitude": "-122.424", "accuracy": "16", "total": 1 }, "stat": "ok" }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms