marlove/react-native-geocoding

Is there a way to set the region where the geocoding is going to seach?

JooLuiz opened this issue · 1 comments

Hi,
I'm developing an app and I'm using this library to search coordinates by address.
in this section of the google documentation they say that if there are two address with the same name the region is the way to get an specific one.
you can see the documentation here: https://developers.google.com/maps/documentation/geocoding/intro?hl=pt#RegionCodes

is there a way to set the region? is setting the language equals to set the region?

Thanks for the library, it's really cool.

Might be useful for you, I've added support for the bounds parameter, making it possible to perform location context specific searches:
#28