react-native-geocoder icon indicating copy to clipboard operation
react-native-geocoder copied to clipboard

geocoding services for react native

Results 57 react-native-geocoder issues
Sort by recently updated
recently updated
newest added

I am hitting an error inside the geocodeAddress function in geocoder.js. I have performed all the necessary steps to add the library to the linker. I have these lines at...

Since google API request are done in js, outside of NativeModules, one cannot restrict the API key, which is a huge security issue. If the api keys in use are...

Hi ! I have a problem, when I want to have a location there is this message : " You have exceeded your daily request" but i have just made...

This solves APK building problems that arise due to differing SDK and Build Tools versions of the Root project and 'react-native-config'. Without this, Android apps that use this dependency cannot...

https://github.com/timwangdev/react-native-geocoder-reborn I am maintaining this fork of react-native-geocoder, addressed a few issues and add TypeScript support. Should work as a drop-in replacement. Please try it out.

![image](https://user-images.githubusercontent.com/161766/44401481-65eecd00-a56c-11e8-8779-6584cc3457fa.png) According to API, recommended is 1-5, but in this packager/api was hard - coded as 20. So may not get proper results ... package API Code: `List addresses =...

User can put language like "en", "id", "en_US", or any formatted language code for set into user devices, then the geocoder will return result base on selected language. Don't worry...

Hi guys, how are u? I started to use react-native-geocoder, but, when I start to create an assembleRelease, I got this error. Someone can help? Thanks a lot. FAILURE: Build...

Why does it gives 10 outcomes in the following code? How can I get the city name only? I've tested in android devices. ``` var NY = { lat: 40.7809261,...