react-native-geocoder
react-native-geocoder copied to clipboard
geocoding services for react native
Language
I get the address in my native language on IOS, can i get it in English ?
I need to get the location of a Particular area using react-native-geocoder package that is Street Address, City and Country. When I follow the tutorial and edit my MainApplication.java, setting.gradle...
I set the location to the Royal Observatory Greenwich and then called geocodePosition(). This resulted in an error: "Error: invalid position: {lat, lng} required" because one of the values was...
Hi, I am getting the following error when I try to use react-native-geocoder: > TypeError: TypeError: undefined is not an object (evaluating 'RNGeocoder.geocodeAddress') This error is located at: in Customer...
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 })`...
@devfd - this bump was required to build on android RN 0.56. Not sure how you want to handle these.
Is that possible to get the results in Arabic for few users (Who are all using my app in Arabic based screen) And for English (who are all using my...
On IOS, the `adminArea` returned by a call to `geocoder.geocodePosition(pos)` is a two letter state name in the US. (ie 'AL') On Android, it is returning the full state name...
In order to support the latest gradle version without needing to make manual changes to this library. Please update the dependencies such that all "compile" keywords are replaced with either...