diff --git a/gradle.properties b/gradle.properties index 611551c3..e218f2ee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,5 +22,5 @@ android.nonTransitiveRClass=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official android.nonFinalResIds=false -LIBRARY_VERSION=1.0.6 +LIBRARY_VERSION=1.0.7 MAPBOX_DOWNLOADS_TOKEN = "YOUR_MAPBOX_DOWNLOADS_TOKEN" \ No newline at end of file diff --git a/lib/src/main/java/com/what3words/components/maps/wrappers/W3WMapManager.kt b/lib/src/main/java/com/what3words/components/maps/wrappers/W3WMapManager.kt index fc868293..a9f4e9c8 100644 --- a/lib/src/main/java/com/what3words/components/maps/wrappers/W3WMapManager.kt +++ b/lib/src/main/java/com/what3words/components/maps/wrappers/W3WMapManager.kt @@ -61,7 +61,7 @@ internal class W3WMapManager( lat, lng ) - ).execute() + ).language(language).execute() } if (c23wa.isSuccessful) { val withCoordinates = c23wa.toSuggestionWithCoordinates() @@ -148,7 +148,7 @@ internal class W3WMapManager( lat, lng ) - ).execute() + ).language(language).execute() } if (c23wa.isSuccessful) { val withCoordinates = c23wa.toSuggestionWithCoordinates() @@ -185,7 +185,7 @@ internal class W3WMapManager( location.first, location.second ) - ).execute() + ).language(language).execute() if (c23wa.isSuccessful) { val withCoordinates = c23wa.toSuggestionWithCoordinates() toBeAdded.add(