Map Radius Facet
Map Radius Facet is an atomic choice control for proximity distance. It does not emit a facet clause by itself. The same-target Map Address Facet combines the selected address coordinate and selected radius into geo_radius.
Required Setup
- Use the same target ID on
Map Radius Facet, Map Address Facet, Map Facet, and Facet Target. - Add
Map Radius Facet Optionchildren with numeric radius values. - Choose
MilesorKilometers; option values are interpreted in that unit. - Set matching latitude and longitude meta keys on the address and map components.
Props
| Group | Prop | Default | Meaning |
|---|---|---|---|
| Settings | target | empty | Shared target ID. |
| Settings | unit | mi | Interprets option values as miles (mi) or kilometers (km). |
| Settings | default_value | empty | Radius selected on load/reset. |
Option labels are authored manually. Use labels like 25 miles, 40 km, or any wording that fits the site.
Runtime Behavior
Selecting a radius does not filter by itself. When a same-target address is selected, the address and radius controls emit geo_radius with the selected latitude, longitude, radius value, and unit. The paired map centers on the selected address, fits the selected radius, and draws the radius circle.