find_nearby
Locate nearby transit stops and points of interest using GPS coordinates. Specify radius and result limits to refine your search, with each result showing distance from your location.
Instructions
Find stops and points of interest near a GPS coordinate.
Each result carries its distance in metres from the coordinate. A dense area
can return hundreds of locations within 500m, so results are capped:
`count` is the true total and `returned` is how many are included. Narrow
`radius_m` rather than raising `max_results` to get more relevant results.
Args:
latitude: Latitude in decimal degrees, e.g. -33.8613.
longitude: Longitude in decimal degrees, e.g. 151.2107.
radius_m: Search radius in metres.
type_1: TfNSW result category. "GIS_POINT" covers stops and POIs.
draw_class: Optional TfNSW sub-category filter.
max_results: Maximum locations to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_1 | No | GIS_POINT | |
| latitude | Yes | ||
| radius_m | No | ||
| longitude | Yes | ||
| draw_class | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||