Ryan Kauk
Ryan Kauk

Reputation: 51

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

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

Upvotes: -2

Views: 97

Answers (1)

user3505695
user3505695

Reputation:

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!

Upvotes: 0

Related Questions