你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AddressOutput interface
结果的地址
属性
address |
包含街道名称和号码的 AddressLine |
admin |
地址所在国家或地区的细分名称。 此元素通常被视为第一个顺序管理细分,但在某些情况下,它还包含国家/地区、依赖项或区域的第二、第三或第四个顺序细分。 |
country |
|
formatted |
Formatted Address 属性 |
intersection | 结果的地址。 |
locality | locality 属性 |
neighborhood | neighborhood 属性 |
postal |
邮政编码属性 |
属性详细信息
addressLine
包含街道名称和号码的 AddressLine
addressLine?: string
属性值
string
adminDistricts
地址所在国家或地区的细分名称。 此元素通常被视为第一个顺序管理细分,但在某些情况下,它还包含国家/地区、依赖项或区域的第二、第三或第四个顺序细分。
adminDistricts?: AddressAdminDistrictsItemOutput[]
属性值
countryRegion
formattedAddress
Formatted Address 属性
formattedAddress?: string
属性值
string
intersection
locality
locality 属性
locality?: string
属性值
string
neighborhood
neighborhood 属性
neighborhood?: string
属性值
string
postalCode
邮政编码属性
postalCode?: string
属性值
string