react-native-geocoder-reborn
react-native-geocoder-reborn copied to clipboard
:round_pushpin: Geocoding services for react-native
const locationDetail = await Geocoder.geocodePosition( { lat: location.latitude, lng: location.longitude, }, { apiKey: Constants.GOOGLE_MAPS_API_KEY, locale: 'en', forceGoogleOnIos: true, }, );
First of all, thank you for the time you have put to 'resurrect' geocoder lib, Saying that - I have noticed that it's using google web API instead of native...
Hi, I'm working on the v1.0 of this module. Here are the key features in the next release: - [x] Refined API design (BREAKING CHANGES) - [x] Better Error message...
There seems to be a problem when making multiple geocode requests at the same time, where only the first registered request is properly resolved, while the subsequent requests just disappear....
If your project is not using KOTLIN, you cannot use this library sad :(
``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':timwangdev_react-native-geocoder'. > Failed to notify project evaluation listener. > Could not create task ':timwangdev_react-native-geocoder:compileDebugAndroidTestKotlin'....
I get this error when run in IOS IOS version = 16.4 React version = 17.0.2 React Native version = 0.68.2 And this my code const getNearsetAgent = arr =>...
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher