react-native-geocoder icon indicating copy to clipboard operation
react-native-geocoder copied to clipboard

Error showing code: NOT_AVAILABLE

Open abifdhllh opened this issue 6 years ago • 1 comments

I try the code from the documentation like this:

var NY = { lat: 40.7809261, lng: -73.9637594 }; Geocoder.geocodePosition(NY) .then(res => { console.tron.log("Res", res) this.setState({ geoData: res }) }) .catch(err => console.tron.log("Error GeoCode", err));

But instead of showing the result, I got an error in console like this:

framesToPop:1 code:NOT_AVAILABLE line:186743 column:20 sourceURL:http://10.0.3.2:8081/index.delta?platform=android&dev=true&minify=false

abifdhllh avatar Jan 14 '19 05:01 abifdhllh

+1 did any one resolved the issue

sultan-arshi avatar Aug 28 '19 10:08 sultan-arshi