nearby_stops
Find the nearest public transport stops to any geographic location using latitude and longitude coordinates.
Instructions
Devuelve los paraderos de transporte público más cercanos a un punto geográfico.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| longitude | Yes | ||
| max_stops | No | ||
| max_radius_meters | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| stops | No | ||
| status | Yes | ||
| message | No |