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 . GeocodeByCoordinates
Converts latitude and longitude coordinates into a human-readable 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 converts latitude and longitude coordinates into a human-readable address. Go here for more information on this API method.
Here's an example of input set:
APIKey: {YOUR API KEY}
Latitude: 40.7160
Longitude: -74.0037
Here's an example of the XML returned by this Choreo:
<?xml version="1.0" encoding="UTF-8"?> <GeocodeResponse> <status>OK</status> <result> <type>neighborhood</type> <type>political</type> <formatted_address>TriBeCa, New York, NY, USA</formatted_address> <address_component> <long_name>TriBeCa</long_name> <short_name>TriBeCa</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> <geometry> <location> <lat>40.7178704</lat> <lng>-74.0079781</lng> </location> <location_type>APPROXIMATE</location_type> <viewport> <southwest> <lat>40.7130775</lat> <lng>-74.0133154</lng> </southwest> <northeast> <lat>40.7259497</lat> <lng>-74.0018892</lng> </northeast> </viewport> <bounds> <southwest> <lat>40.7130775</lat> <lng>-74.0133154</lng> </southwest> <northeast> <lat>40.7259497</lat> <lng>-74.0018892</lng> </northeast> </bounds> </geometry> </result> </GeocodeResponse>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms