The `/autocomplete` endpoint can promote nearby results to the top of the list, while still allowing important matches from farther away to be visible. For example, searching `hard rock cafe` with a focus on Berlin:
> /v1/autocomplete?api_key=search-XXXXXXX&focus.point.lat=52.5&focus.point.lon=13.3&text=hard rock cafe
> [/v1/autocomplete?api_key=search-hnopfLZ&focus.point.lat=52.5&focus.point.lon=13.3&text=hard rock cafe](https://search.mapzen.com/v1/autocomplete?api_key=search-hnopfLZ&focus.point.lat=52.5&focus.point.lon=13.3&text=hard rock cafe)
with `focus.point` you will find the Berlin restaurant first:
```
@ -52,7 +54,7 @@ without `focus.point` you will find the most popular restaurants first:
## Filters
You can filter the results in several ways: the original data source and/or the type of record.
You can filter the results in several ways: the original data source and/or the type of record.
### Sources
@ -63,7 +65,7 @@ The `sources` parameter allows you to specify from which data sources you'd like