mrmans0n / smart-location-lib

Android library project that lets you manage the location updates to be as painless as possible
1.65k stars 353 forks source link

How to set different locale that default for reverse geocoding? #219

Open vualeks opened 6 years ago

vualeks commented 6 years ago

Hi,

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

Thanks

vualeks commented 6 years ago

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

araiyusuke commented 6 years ago

Hello, vualeks.

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

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