blocks_in_area
Per-block travel times for every census block in an area (metered: 1 token per returned row). Give place_geoid (from find_place) for a whole city, or center {lat, lon} + radius_m. Rows carry a numeric mode_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Circle centre latitude (with lon + radius_m). | |
| lon | No | Circle centre longitude. | |
| mode | No | walk, bike, or transit. | |
| type | No | Destination type id (see get_catalog). | |
| limit | No | Max rows (first page). | |
| radius_m | No | Circle radius in metres (<=28000). | |
| place_geoid | No | Census place GEOID (a whole city/town). |