geocode_coordinates
Reverse-geocode a longitude/latitude pair with the Census Geocoder (keyless). Returns the Census geographies (state, county, tract, block, congressional district) containing the point, with GEOIDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude (y), e.g. 38.84 | |
| longitude | Yes | Longitude (x), e.g. -76.92 |