问题描述
我使用 reverseGeocodeasync 来获取位置数据。
但是我找不到门牌号。我会得到这个输出:
city (string | null) — City name of the address.
district (string | null) — Additional city-level information like district name.
street (string | null) — Street name of the address.
region (string | null) — The state or province associated with the address.
subregion (string | null) — Additional information about administrative area.
postalCode (string | null) — Postal code of the address.
country (string | null) — Localized country name of the address.
name (string | null) — The name of the placemark,for example,"Tower Bridge".
isoCountryCode (string | null) — Localized (iso) country code of the address,if available.
timezone (string | null) — The timezone identifier associated with the address. (iOS only)
我的输出:
Array [
Object {
"city": "Köln","country": "Deutschland","district": null,"isoCountryCode": "DE","name": "1","postalCode": "50667","region": null,"street": "Berliner str.","subregion": null,"timezone": null,},]
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)