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

Error showing code: NOT_AVAILABLE #90

@abifdhllh

Description

@abifdhllh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions