gpt4 book ai didi

react-native - 如何在 React Native 中解决 "Error from the server while geocoding...."?

转载 作者:行者123 更新时间:2023-12-03 17:30:40 27 4
gpt4 key购买 nike

在 react native 中使用 Geocoder 获取地址时出现此错误:

Object { "code": 4, "message": "Error from the server while geocoding. The received datas are in the error's 'origin' field. Check it for more informations.", "origin": Object { "results": Array [], "status": "ZERO_RESULTS", }, }



我正在使用“react-native-geocoding”依赖项

我的代码包括在这里:
Geocoder.init(GOOGLE_API_KEY); //google api key
Geocoder.from(latitude,longitude)
.then(json => {
var addressComponent = json.results[0].address_components;
console.log(JSON.stringify(addressComponent));
})
.catch(error => console.warn(error));

需要一些帮助?

最佳答案

我通过更改 google API key 解决了这个问题。

关于react-native - 如何在 React Native 中解决 "Error from the server while geocoding...."?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54801305/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com