mrmans0n/smart-location-lib

How to set different locale that default for reverse geocoding?

vualeks opened this issue · 2 comments

Hi,

as the title says, is there a possibility to set custom locale for reverse geocoding?

Thanks

Anyway, looked through the code and added it. Great work, thanks again.

Hello, vualeks.

Make the default locale to Canada.
final AndroidGeocodingProvider provider = new AndroidGeocodingProvider(Locale.CANADA);

SmartLocation.with(getApplicationContext()).geocoding(provider).reverse...