marlove / react-native-geocoding

MIT License
208 stars 54 forks source link

Is there a way to set language of returned address? #4

Closed rendomnet closed 4 years ago

Johnstedt commented 6 years ago

I've added a pull request to explicitly set the language a while ago but this repository seems inactive. You could checkout my PR or fork of the repository for a quick fix while waiting for the PR to go through. If you have not already found another solution.

marlove commented 6 years ago

@Johnstedt thank you for your contribution. Can you please solve the pending conflicts? I'd be very happy to merge the language support then.

yairopro commented 6 years ago

@Johnstedt You can close this issue now since #11 merged.

nostagy8 commented 5 years ago

Solution,please

yairopro commented 5 years ago

@nostagy8 Read the exemple in the README.

marlove commented 4 years ago

It should be possible by passing the language as described below Geocoder.init("xxxxxxxxxxxxxxxxxxxxxxxxx", {language : "en"});