Description
Library name
Azure.Maps.Search 2.0.0-beta.4
Please describe the feature.
Currently AddressAdminDistrictItem
only has two properties: Name
and ShortName
, but it reveals no information on what type of district item is attached, for example whether it's a state or region.
For instance searching the address 11 Downing St, London
returns England
and Greater London
but it doesn't say what these values refer to. In this context it's located in the City of Westminster which is in Greater London area which is in Middlesex.
Now each of these terms needs a title, for example Middlesex is a county, but how do I know that? These bits of information should be included with the AddressAdminDistrictItem objects.
Meanwhile, are there any other things to consider to get as much information about the localities of a place? Ideally I'd like to have as many possible to allow for more keyword search options, that includes neighborhood, borough, etc. but with precise information about what the value is.
Related: #48455