Skip to content

Commit

Permalink
Merge pull request #1 from burekas7/burekas7-patch-1
Browse files Browse the repository at this point in the history
Add an option for setting the Locale parameter from outside
  • Loading branch information
burekas7 authored Nov 26, 2018
2 parents bfefb04 + 2feae0d commit 3b33c14
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ public GeofencingControl geofencing(GeofencingProvider geofencingProvider) {
public GeocodingControl geocoding() {
return geocoding(new AndroidGeocodingProvider());
}
public GeocodingControl geocoding(Locale locale) {
return geocoding(new AndroidGeocodingProvider(locale));
}


/**
* @param geocodingProvider geocoding provider we want to use
Expand Down

0 comments on commit 3b33c14

Please sign in to comment.