Find stop places near a coordinate
find_stops_nearReverse-geocode coordinates to find nearby public transport stops with distances. Returns stop IDs for use with departure and trip planning tools.
Instructions
Reverse-geocode a coordinate to the nearest public transport stop places (Entur), each with its distance. Use the returned IDs with the departure and trip tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude in decimal degrees (WGS84) | |
| radius_m | No | Search radius in metres | |
| longitude | Yes | Longitude in decimal degrees (WGS84) | |
| max_results | No | Maximum number of stops to return |