react-native-geocoder
react-native-geocoder copied to clipboard
Some improvements
-
[X] Add
regionto the resultSometimes, we need
regionof the geocoded result, for example, to decide the zoom level of the map. This PR addsregionto iOS and Google API fallback results, but on Androidregionwill always benullsince it doesn't support the feature. To make it available on Android, the Google API Fallback methods are exposed. -
[X] Add support for language-specific calls
With
setLanguagemethod, now it's possible to make a call with a specific language.