Is there a filter option for matchLevel on here's autosuggest?

99 Views Asked by At

I just set up autosuggest but I only want street addresses returned, is there a parameter for filtering matchLevel?

1

There are 1 best solutions below

1
On

Are you looking for something like this which will match your query.

http://autocomplete.geocoder.api.here.com/6.2/suggest.json?app_id=XXXX&app_code=YYYY&query=Pariser+1+Berl&beginHighlight=<b>&endHighlight=</b>&maxresults=1

for more details regarding parameters you can go through the below documentation https://developer.here.com/documentation/geocoder-autocomplete/topics/resource-suggest.html

Happy Coding!