get_fare_estimate
Get available vehicle types and fare estimates for a trip. Returns a list of vehicle options with prices, ETAs, and vehicle type IDs needed for booking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drop_lat | Yes | Dropoff latitude | |
| drop_lng | Yes | Dropoff longitude | |
| pick_lat | Yes | Pickup latitude | |
| pick_lng | Yes | Pickup longitude | |
| drop_address | No | Dropoff address text | |
| pick_address | No | Pickup address text |