Leku icon indicating copy to clipboard operation
Leku copied to clipboard

How can i filter results by country?

Open nmssalman opened this issue 4 years ago • 0 comments

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)

nmssalman avatar Jan 06 '22 23:01 nmssalman