Added
- GET /v1/search/suggest accepts a new optional
granularityquery parameter, one ofaddress(the default) orstreet. Withgranularity=street, the endpoint resolves a partial query to one result per named street instead of individual premises, and the existinglat,lngandradius_metersparameters, together with the town in the query, disambiguate streets that share a name. - A street result has
typestreetand carries a representative centrelocation(latandlng), a stableidof the formgb-usrn:<usrn>, and ametadatablock withgranularity,precision,country,usrn,boundingBox,propertyCountandconfidence. Each response also includes arecommendationCodeofAto accept orIto inspect.
Changed
- The suggest result schema is now country-portable: results are keyed on the generic
idand carry acountrycode, andusrnis optional, so key onidrather thanusrn.