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 . Uber . Estimates . GetPriceEstimates
Returns an estimated price range for each product offered at a given location.
/*
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 returns an estimated price range for each product offered at a given location. The documentation for this Uber resource can be found here.
Here is an example of acceptable inputs:
ServerToken: {YOUR Server TOKEN}
StartLatitude: 40.71863
StartLongitude: -74.005584
EndLatitude: 40.650729
EndLongitude: -74.009536
The following is a sample of the JSON information returned by this Choreo:
{ "prices": [ { "product_id": "08f17084-23fd-4103-aa3e-9b660223934b", "currency_code": "USD", "display_name": "UberBLACK", "estimate": "$23-29", "low_estimate": 23, "high_estimate": 29, "surge_multiplier": 1 }, { "product_id": "9af0174c-8939-4ef6-8e91-1a43a0e7c6f6", "currency_code": "USD", "display_name": "UberSUV", "estimate": "$36-44", "low_estimate": 36, "high_estimate": 44, "surge_multiplier": 1.25 }, { "product_id": "aca52cea-9701-4903-9f34-9a2395253acb", "currency_code": null, "display_name": "uberTAXI", "estimate": "Metered", "low_estimate": null, "high_estimate": null, "surge_multiplier": 1 }, { "product_id": "a27a867a-35f4-4253-8d04-61ae80a40df5", "currency_code": "USD", "display_name": "uberX", "estimate": "$15", "low_estimate": 15, "high_estimate": 15, "surge_multiplier": 1 } ] }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms