resolve_intersection
Resolve a NAMED cross-street (street1 × street2 within a locality/region/country) to a single best coordinate with a confidence score and a fleet-safe fallback. High-confidence tier matches US-metro highway corners; named non-highway streets resolve via the geocoder fallback. For free-form streets use geocode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | State / province (full name or abbreviation, e.g. 'TX') | |
| country | No | ISO 3166-1 alpha-2/alpha-3 country code | |
| street1 | Yes | First street of the cross-street pair | |
| street2 | Yes | Second (cross) street of the pair | |
| locality | No | City / town that scopes the lookup |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | ||
| admin | No | ||
| feature | Yes | Best resolved intersection feature, including validated optional intersection provenance, or null when nothing resolved | |
| warnings | No | ||
| precision | No | ||
| confidence | Yes | Resolved confidence 0–1 (0 when nothing resolved) | |
| fallback_used | No | True when the geocoder fallback produced the answer | |
| upstream_error | No |