I've added support for getting suggestions with the HERE geocode provider.
The primary issue with the HERE api response is that there is no coordinate information on the response (see below). In theory a provider that offers a suggestion should be able to look up that exact suggestion. So I also adjusted the control to call setQuery and trigger a _geocode request when selecting a suggestion with no bbox or center. Let me know if it's better to find a way around this approach.
I've added support for getting suggestions with the HERE geocode provider.
The primary issue with the HERE api response is that there is no coordinate information on the response (see below). In theory a provider that offers a suggestion should be able to look up that exact suggestion. So I also adjusted the control to call
setQuery
and trigger a_geocode
request when selecting a suggestion with no bbox or center. Let me know if it's better to find a way around this approach.