walkability_summary
Fastest travel time from a location to each destination category, by mode (metered: 1 token per returned row). One origin: block_geoid or lat+lon. Many origins (up to 250): block_geoids or points — one batch call and one rate-limit request, with rows tagged by origin. Batching saves requests and context, not tokens: it still charges per row. A non-empty truncated (+ truncated_reason) means the balance or row budget cut the batch short. A missing category means it is not reachable within 30 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| mode | No | walk, bike, or transit. Omit for all three. | |
| points | No | Many lat/lon points — one batch call. | |
| block_geoid | No | 15-digit census block GEOID. | |
| block_geoids | No | Many block GEOIDs — one batch call. |