GeolocationAddress

定位结果的地址信息结构

interface GeolocationAddress {
    city?: string;
    city_code?: string | number;
    country?: string;
    district?: string;
    province?: string;
    street?: string;
    street_number?: string;
}

属性

城市

城市编码

国家

区/县

省份

街道

门牌号