如何解决expo reversegeocode 在哪里可以看到门牌号?
我使用 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 举报,一经查实,本站将立刻删除。