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 . Yahoo . PlaceFinder . FindByCoordinates
Retrieves complete location information from a specified pair of latitude and 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.
*/
This Choreo retrieves complete geocoding information for a location by specifying a latitude and longitude pair. The Choreo performs a query on the geo.places YQL Open Data Table. The documentation for this Yahoo resource can be found here.
Here's an example of acceptable inputs:
Latitude: 38.898717
Longitude: -77.035974
The following is a sample of the XML information returned by this Choreo:
<?xml version="1.0" encoding="UTF-8"?> <query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" yahoo:count="1" yahoo:created="2015-01-08T19:38:36Z" yahoo:lang="en-US"> <results> <Result> <quality>72</quality> <latitude>38.898717</latitude> <longitude>-77.035974</longitude> <offsetlat>38.898717</offsetlat> <offsetlon>-77.035974</offsetlon> <radius>400</radius> <name>38.898717,-77.035974</name> <line1>Pennsylvania Ave NW</line1> <line2>Washington, DC 20500</line2> <line3/> <line4>United States</line4> <house/> <street>Pennsylvania Ave NW</street> <xstreet/> <unittype/> <unit/> <postal>20500</postal> <neighborhood>Washington Mall</neighborhood> <city>Washington</city> <county>District of Columbia</county> <state>District of Columbia</state> <country>United States</country> <countrycode>US</countrycode> <statecode>DC</statecode> <countycode>DC</countycode> <uzip>20500</uzip> <hash/> <woeid>12766118</woeid> <woetype>11</woetype> </Result> </results> </query> <!-- total: 39 --> <!-- engine6.yql.bf1.yahoo.com -->
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms