Abi Fadhillah Surya

Results 2 issues of Abi Fadhillah Surya

In the description you use photo/image as an example, but if the file is pdf or doc how can I get the URI?

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 })`...