You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use the old Leku layout design you need to add this line to the builder:
355
+
356
+
```kotlin
357
+
val locationPickerIntent =LocationPickerActivity.Builder()
358
+
.withLegacyLayout()
359
+
```
360
+
350
361
##### Search Zone
351
362
352
363
By default the search will be restricted to a zone determined by your default locale. If you want to force the search zone you can do it by adding this line with the locale preferred:
If you want to use the old Leku layout design you need to add this line to the builder:
37
+
38
+
```kotlin
39
+
val locationPickerIntent =LocationPickerActivity.Builder()
40
+
.withLegacyLayout()
41
+
```
42
+
32
43
##### Search Zone
33
44
34
45
By default the search will be restricted to a zone determined by your default locale. If you want to force the search zone you can do it by adding this line with the locale preferred:
0 commit comments