react-native-geocoder
react-native-geocoder copied to clipboard
Error showing code: NOT_AVAILABLE
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
+1 did any one resolved the issue