Get Isochrone
geo.navigation.isochroneGet a polygon of areas reachable from a point by car, bike, or foot within a time or distance limit.
Instructions
Get reachability area (isochrone) — polygon showing how far you can travel from a point in a given time or distance (Geoapify/OSM)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Center point latitude (e.g. 52.5200) | |
| lon | Yes | Center point longitude (e.g. 13.4050) | |
| mode | No | Travel mode: drive, walk, or bicycle. Default: drive. | |
| time | No | Reachability time in seconds (default 900 = 15 min, max 7200 = 2h). Mutually exclusive with distance. | |
| distance | No | Reachability distance in meters (max 100km). Mutually exclusive with time. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |