1

I am using the HERE Geocoder Autocomplete API. It works perfectly well but I would like to know :

How can I specify a minimum matching level like "street" or "city" so it won't return me the result with a matchLevel of "state" or "county" ?

Anas Bud
  • 347
  • 4
  • 15

1 Answers1

1

Geocoder Autocomplete API currently doesn't support restriction at matchLevel. You can explain your usecase in detail so that we can suggest alternatives if possible.

  • Hi @Here I have a similar requirement. I am using the API and I want to only show get results where the matchLevel is City, right now it returns matchLevel county, districts, etc which I do not need. How do i restrict to only list cities? – Kavin Mehta Jun 11 '19 at 03:49