devfd / react-native-geocoder

geocoding services for react native
MIT License
429 stars 178 forks source link

An option to use google API on iOS? #76

Open manurana opened 6 years ago

manurana commented 6 years ago

The library does a great job parsing and formatting the addresses, and giving a common usable format. But the default iOS reverse-geocoding (from position to address) is not very good for all countries (example : India, where the google API is much better)

Can we have an option to use the Google API on iOS ?