We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4db26f commit b43b3aaCopy full SHA for b43b3aa
README.md
@@ -25,7 +25,7 @@ Geocoder.from("Colosseum")
25
})
26
.catch(error => console.warn(error));
27
28
-Geocoder.from(41.89, 12.49).
+Geocoder.from(41.89, 12.49)
29
.then(json => {
30
var addressComponent = json.results[0].address_components[0];
31
console.log(addressComponent);
@@ -60,4 +60,4 @@ Geocoder.from([41.89, 12.49]);
60
61
## Release Notes
62
63
-See [CHANGELOG.md](https://github.com/marlove/react-native-geocoding/blob/master/CHANGELOG.md)
+See [CHANGELOG.md](https://github.com/marlove/react-native-geocoding/blob/master/CHANGELOG.md)
0 commit comments