Isochrones
Info
Coming Soon — Isochrone API is not yet available on maps.guru. This page documents the planned API surface. Check back soon for updates.
Isochrones will show the area reachable from a given point within a specified time or distance. Useful for coverage analysis, site selection, and delivery zones.
Planned Endpoint
GET /v1/isochrone?center={lat,lng}&time={minutes}&key={api_key}
Planned Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
center | string | Yes | — | Center point (lat,lng) |
time | number | Yes | — | Travel time in minutes |
mode | string | No | driving | Travel mode: driving, walking, cycling |
intervals | string | No | — | Comma-separated time intervals (e.g., 5,10,15) |