API: https://geocode.search.hereapi.com/v1/geocode
That is the random house in the Spain, Alicante, what I just picked to show the problem.
So, we have two queries:
Calle de los Montesinos, 3
q=calle+de+los+montesinos%2C+3&qq=city%3DAlicante%3Bstate%3DAlicante%3Bcountry%3DEspa%C3%B1a
[id] => here:af:street:MS23.2XYayGBPuciUbFFAA
returns the street, instead on house number.
But
Calle de los Montesinos, 3, 03015
q=calle+de+los+montesinos%2C+3%2C+03015&qq=city%3DAlicante%3Bstate%3DAlicante%3Bcountry%3DEspa%C3%B1a
[id] => here:af:streetsection:FXw-CIgiEIF2be8V7fRDYD:CggIBCCtiqCqAhABGgEz
returns house object as it should. But of course nobody want's to add the postal code every time.
What is going on?