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 . Geocoding . GeocodeByAddress
Converts a human-readable address into geographic 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 converts a human-readable address into geographic coordinates. Go here for more information on this API method.
Latitude and Longitude coordinates associated with the Address input are parsed from the Google response and returned as Choreo outputs.
Here's an example of input set:
APIKEY: {YOUR API KEY}
Address: 1600 Amphitheatre Parkway, Mountain View, CA
Here's an example of the complete XML returned by this Choreo:
<?xml version="1.0" encoding="UTF-8"?> <GeocodeResponse> <status>OK</status> <result> <type>street_address</type> <formatted_address>104 Franklin St, New York, NY 10013, USA</formatted_address> <address_component> <long_name>104</long_name> <short_name>104</short_name> <type>street_number</type> </address_component> <address_component> <long_name>Franklin St</long_name> <short_name>Franklin St</short_name> <type>route</type> </address_component> <address_component> <long_name>Downtown</long_name> <short_name>Downtown</short_name> <type>neighborhood</type> <type>political</type> </address_component> <address_component> <long_name>Manhattan</long_name> <short_name>Manhattan</short_name> <type>sublocality</type> <type>political</type> </address_component> <address_component> <long_name>New York</long_name> <short_name>New York</short_name> <type>locality</type> <type>political</type> </address_component> <address_component> <long_name>New York</long_name> <short_name>New York</short_name> <type>administrative_area_level_2</type> <type>political</type> </address_component> <address_component> <long_name>New York</long_name> <short_name>NY</short_name> <type>administrative_area_level_1</type> <type>political</type> </address_component> <address_component> <long_name>United States</long_name> <short_name>US</short_name> <type>country</type> <type>political</type> </address_component> <address_component> <long_name>10013</long_name> <short_name>10013</short_name> <type>postal_code</type> </address_component> <geometry> <location> <lat>40.7184706</lat> <lng>-74.0055819</lng> </location> <location_type>ROOFTOP</location_type> <viewport> <southwest> <lat>40.7171216</lat> <lng>-74.0069309</lng> </southwest> <northeast> <lat>40.7198196</lat> <lng>-74.0042329</lng> </northeast> </viewport> </geometry> </result> </GeocodeResponse>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms