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 . FindByAddress
Retrieves complete geocoding information for a location by specifying an address or partial address.
/*
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 an address or partial address. The Choreo performs a query on the geo.places YQL Open Data Table. The documentation for this Yahoo resource can be found here.
The Address input variable accepts a wide range of formats, such as street addresses (like “1600 Pennsylvania Avenue, Washington, DC”) or place names (like “Washington, DC”) or zip codes (like "20006"). The output information returned includes the nearest lattitude and longitude coordinates, as well as WOEID (Where On Earth ID).
Here's an example of an acceptable input:
Address: 1600 Pennsylvania Avenue, Washington, DC
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:37:48Z" yahoo:lang="en-US"> <results> <Result> <quality>85</quality> <addressMatchType>POINT_ADDRESS</addressMatchType> <latitude>38.89875</latitude> <longitude>-77.03653</longitude> <offsetlat>38.897678</offsetlat> <offsetlon>-77.036552</offsetlon> <radius>400</radius> <name/> <line1>1600 Pennsylvania Ave NW</line1> <line2>Washington, DC 20500-0005</line2> <line3/> <line4>United States</line4> <house>1600</house> <street>Pennsylvania Ave NW</street> <xstreet/> <unittype/> <unit/> <postal>20500-0005</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>4216F67AA1A143E9</hash> <woeid>12766118</woeid> <woetype>11</woetype> </Result> </results> </query> <!-- total: 81 --> <!-- engine7.yql.bf1.yahoo.com -->
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms