Leku
Leku copied to clipboard
How can i filter results by country?
Im currently in canada and when i search things, its suggesting items from US and other countries too. how can i limit result to a specific country?
LocationPickerActivity.Builder()
.withLocation(location)
.withGooglePlacesApiKey(context.getString(R.string.google_map_api))
.withDefaultLocaleSearchZone()
.shouldReturnOkOnBackPressed()
.withGoogleTimeZoneEnabled()
.withVoiceSearchHidden()
.build(context)