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

Some improvements

Open jgkim opened this issue 9 years ago • 0 comments

  • [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 iOS and Google API fallback results, but on Android region will always be null since 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 setLanguage method, now it's possible to make a call with a specific language.

jgkim avatar Oct 19 '16 07:10 jgkim