geo.navigation.isochrone
Calculate travel reachability areas from any location to show how far you can go within a specific time or distance using driving, walking, or cycling modes.
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. |