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

This will help if projects want to use Google API only for supported requests.

When I first installed geocoder in my project everything worked fine, but after a while I got this error: Error: **Timed out waiting for response from server.** And its not...

FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-geocoder:lint'. > Lint found errors in the project; aborting build. ``` InvalidPackage: Package not included in...

I was having a problem since not all valid addresses were being geocoded properly. There were very specific addresses that the Android Geocoder would return an empty list. Because of...

This will make it much easier for unit tests because then your users do not have to create and maintain their own mocks. Let me know if you would be...

- [X] Add `region` to the result Sometimes, we need `region` of the geocoded result, for example, to decide the zoom level of the map. This PR adds `region` to...

Hi, I get the following errors during my build: ``` /GeoCoderTest/android/app/src/main/java/com/geocodertest/MainActivity.java:16: error: cannot find symbol protected List getPackages() { ^ symbol: class List location: class MainActivity GeoCoderTest/android/app/src/main/java/com/geocodertest/MainActivity.java:16: error: cannot find...