腾讯定位 SDK 逆地理编码地址信息接口,包含名称、地址及行政区划信息。

Author

Tencent Location Team

Since

1.0.0

interface TencentGeoAddress {
    name?: string;
    address?: string;
    nation?: string;
    province?: string;
    city?: string;
    district?: string;
    town?: string;
    village?: string;
    street?: string;
    streetNo?: string;
    cityCode?: string;
    cityPhoneCode?: string;
}

Properties

name?: string

位置名称。

Since

1.0.0

address?: string

位置地址。

Since

1.0.0

nation?: string

国家。

Since

1.0.0

province?: string

省份。

Since

1.0.0

city?: string

城市。

Since

1.0.0

district?: string

区县。

Since

1.0.0

town?: string

乡镇。

Since

1.0.0

village?: string

村庄。

Since

1.0.0

street?: string

街道。

Since

1.0.0

streetNo?: string

街道门号。

Since

1.0.0

cityCode?: string

城市行政区划编码。

Since

1.0.0

cityPhoneCode?: string

城市电话区号。

Since

1.0.0