find_nearest_bike
Find the nearest bike dock with at least a specified number of available bikes from any location, with optional electric or classic bike filter.
Instructions
Find the nearest dock with at least N available bikes, or free bike locations if N=1.
Args: latitude: The latitude of the search location. longitude: The longitude of the search location. count: The number of bikes needed (default 1). bike_type: Optional type of bike ('electric_bike' or 'classic_bike'). If None, any type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| latitude | Yes | ||
| bike_type | No | ||
| longitude | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |