@ -208,8 +208,6 @@ Now that you have seen how to use boundary and focus to narrow and sort your res
### Prioritize within a country
**TBD: insert image here**
Going back to the YMCA search you conducted with a focus around a point in Sydney, the results came back from distant parts of the world, as expected. But say you wanted to only see results from the country in which your focus point lies. You can combine that same focus point in Sydney with the country boundary of Australia like this.
@ -237,8 +235,6 @@ The results below look very different from the ones you saw previously with only
### Prioritize within a circular region
**TBD: insert image here**
If you are looking for the nearest YMCA locations, and are willing to travel no farther than 50 kilometers from your current location, you likely would want the results to be sorted by distance from current location to make your selection process easier. You can get this behavior by using `focus.point` in combination with `boundary.circle.*`. You can use the `focus.point.*` values as the `boundary.circle.lat` and `boundary.circle.lon`, and add the required `boundary.circle.radius` value in kilometers.