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 . Elevation . GetPathElevation
Obtain elevation information for a path specified by a set of geo-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 elevation data for a specified path defined by a set of geo-coordinates. Location can be specified in two ways: 1) an array of coordinates, delimited by a pipe ("|") symbol; 2) a set of encoded coordinates using the Encoded Polyline Algorithm. Go here for more information on this API method.
Here's an example input set:
APIKey: {YOUR API KEY}
Path: 36.578581,-118.291994|36.23998,-116.83171
Samples: 3
Here's an example of the JSON returned by this Choreo:
{ "results": [ { "elevation": 8.883695, "location": { "lat": 40.71473, "lng": -73.99867 }, "resolution": 76.351616 }, { "elevation": -5216.056, "location": { "lat": 8.224528, "lng": -147.57808 }, "resolution": 610.8129 }, { "elevation": 392.51187, "location": { "lat": -34.397, "lng": 150.644 }, "resolution": 152.70323 } ], "status": "OK" }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms