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