AutocompleteUICustomization
struct AutocompleteUICustomizationUI customizations for the Autocomplete place picker.
-
Initializes an AutocompleteUICustomization with the given parameters.
Declaration
Swift
init(listDensity: AutocompleteListDensity = .twoLine, listItemIcon: AutocompleteUIIcon = .defaultIcon)Parameters
listDensityThe content density of the suggestion list.
listItemIconThe icon to display at the leading edge of each list item.
-
The content density of the suggestion list.
Declaration
Swift
var listDensity: AutocompleteListDensity -
The icon to display at the leading edge of each list item.
Declaration
Swift
var listItemIcon: AutocompleteUIIcon