File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/src/main/java/com/what3words/components/maps/wrappers Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ android.nonTransitiveRClass=true
2222# Kotlin code style for this project: "official" or "obsolete":
2323kotlin.code.style =official
2424android.nonFinalResIds =false
25- LIBRARY_VERSION =1.0.6
25+ LIBRARY_VERSION =1.0.7
2626MAPBOX_DOWNLOADS_TOKEN = "YOUR_MAPBOX_DOWNLOADS_TOKEN"
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ internal class W3WMapManager(
6161 lat,
6262 lng
6363 )
64- ).execute()
64+ ).language(language). execute()
6565 }
6666 if (c23wa.isSuccessful) {
6767 val withCoordinates = c23wa.toSuggestionWithCoordinates()
@@ -148,7 +148,7 @@ internal class W3WMapManager(
148148 lat,
149149 lng
150150 )
151- ).execute()
151+ ).language(language). execute()
152152 }
153153 if (c23wa.isSuccessful) {
154154 val withCoordinates = c23wa.toSuggestionWithCoordinates()
@@ -185,7 +185,7 @@ internal class W3WMapManager(
185185 location.first,
186186 location.second
187187 )
188- ).execute()
188+ ).language(language). execute()
189189 if (c23wa.isSuccessful) {
190190 val withCoordinates = c23wa.toSuggestionWithCoordinates()
191191 toBeAdded.add(
You can’t perform that action at this time.
0 commit comments