Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Error showing code: NOT_AVAILABLE #90

Open
abifdhllh opened this issue Jan 14, 2019 · 1 comment
Open

Error showing code: NOT_AVAILABLE #90

abifdhllh opened this issue Jan 14, 2019 · 1 comment

Comments

@abifdhllh
Copy link

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

@sultan-arshi
Copy link

+1
did any one resolved the issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants