countryCodes

fun countryCodes(countryCodes: Set<String>): AutocompleteSearchOptions.Builder

A set of country codes (e.g., FR,ES). This limits the Autocomplete results to the specified countries.

Return

An instance of the AutocompleteSearchOptions with the provided countryCodes.