Added an additional here geocoder which provides suggestions to given…#210
Added an additional here geocoder which provides suggestions to given…#210ccaliskan wants to merge 8 commits intonchaulet:mainfrom
Conversation
|
I am not sure that is the best way to do it maybe we can extends the existing Here geocoder to do that and not create a new one. Do you know if suggestion is something that other geocoding API provide ? google ? ... Thanks and I will be happy to help you with this problem. |
|
Thanks for your reply. The reason for a new geocoder was to touch as little existing code as possible. I had a look at Google, they provide suggestions via their Places API (autocomplete, they call it). |
handle empty array being returned by locationiq
|
run integrations test |
Here geocoder gave very unsatisfying suggestions to my address searches. So i added an intermediate step, that calls the suggestions API of Here. The given suggestions are then being geocoded by their location ids.