Description Usage Arguments References Examples
Returns an estimated price range for each product offered at a given location
1 2 3 |
start_latitude |
Initial latitude. |
start_longitude |
Initial longitude. |
end_latitude |
Final latitude. |
end_longitude |
Final longitude. |
start_address |
Initial address. |
end_address |
Final address. |
seat_count |
Number of passengers. |
https://developer.uber.com/docs/ride-requests/references/api/v1-estimates-price-get
1 2 3 4 5 | ## Not run:
uber_estimate_price(start_latitude = 37.761492, start_longitude = -122.423941,
end_latitude = 37.775393, end_longitude = -122.417546)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.