Get Address Feature Geometry
Drawable geometry + bbox for one resolved candidate, pre-project.
county_fips is the candidate's county; it bounds the read so a commons workspace plans against that county's partition alone.
404 covers a malformed/unknown feature_id, a row with null geometry, and a county the workspace may not read — either way there is nothing to draw. Read failures map to 503, mirroring /address/resolve.
Query parameters
The table a resolved feature lives in — what a caller pulls its data from, and the feature's kind. A text match in the address, place or school table resolves (point-in-feature) to a parcel/building; a parcel attribute match resolves to the parcel itself.
Response
Successful Response
Changes
Changed in 2 of the 30 revisions of this API.32
- ▲
the
queryrequest parametercounty_fipsbecame requiredrequest-parameter-became-required
- ▲
queryrequest parametercounty_fipslist-of-types was narrowed by removing typesnullrequest-parameter-list-of-types-narrowed
- ▲
added the pattern
^\d{5}$to thequeryrequest parametercounty_fipsrequest-parameter-pattern-added
- ○
for the
queryrequest parametercounty_fips, the type was generalized from no type tostringrequest-parameter-type-generalized
- ▲
- ○
added the new optional
queryrequest parametercounty_fipsnew-optional-request-parameter
- ○