find_transport_stops
Locate nearby transport stops by coordinates, radius, and stop type for trip planning with Transport NSW data.
Instructions
Find transport stops around a specific location.
Args:
location_coord (str): Coordinates in format 'LONGITUDE:LATITUDE:EPSG:4326'
stop_type (str): Type of stops to find: 'BUS_POINT', 'POI_POINT', or 'GIS_POINT'
radius (int): Search radius in meters
Returns:
API response with transport stops
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location_coord | Yes | ||
| stop_type | No | BUS_POINT | |
| radius | No |