Using HereMaps api autosuggest for resultType houseNumber retuerns only label in address property. 'Till tomorrow it used to return countryCode, countryName, state, county, city, district, street, postalCode and houseNumber. Is there any change to response?
EDIT: api call
Response used to be like this:
address: {
label: "ШАРАН, Кеј ослобођења 53, 11210 Београд, Србија",
countryCode: "SRB",
countryName: "Србија",
state: "Централна Србија",
county: "Град Београд",
city: "Београд",
district: "Земун",
street: "Кеј ослобођења",
postalCode: "11210",
houseNumber: "53",
},
And now response is:
"address": {
"label": "ШАРАН, Кеј ослобођења 53, 11210 Београд, Србија"
},