find_nearest_dock_spaces
Find the closest dock with at least the specified number of open return spaces. Provide latitude, longitude, and required count to get the nearest docking station that can accommodate your bike.
Instructions
Find the nearest dock with at least N available return spaces.
Args: latitude: The latitude of the search location. longitude: The longitude of the search location. count: The number of spaces needed (default 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| latitude | Yes | ||
| longitude | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |