BMap
GeolocationAddress
GeolocationAddress
定位结果的地址信息结构
interface
GeolocationAddress
{
city
?:
string
;
city_code
?:
string
|
number
;
country
?:
string
;
district
?:
string
;
province
?:
string
;
street
?:
string
;
street_number
?:
string
;
}
属性
#
city
?:
string
城市
#
city_code
?:
string
|
number
城市编码
#
country
?:
string
国家
#
district
?:
string
区/县
#
province
?:
string
省份
#
street
?:
string
街道
#
street_number
?:
string
门牌号
定位结果的地址信息结构