Isochrone API
Reachable area within a time limit (drive time polygon).
Endpoint
GET /v1/isochrone
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| origin | string | Yes | lat,lng |
| time_limit | int | No | Minutes (default: 15) |
| vehicle_type | string | No | car, bike, motorbike, pedestrian |
Example
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://map.arohon.co/v1/isochrone?origin=23.81,90.41&time_limit=15&vehicle_type=car"