AdvancedPlaceDetailsCompactConfiguration
struct AdvancedPlaceDetailsCompactConfigurationextension AdvancedPlaceDetailsCompactConfiguration : Sendable, SendableMetatypeThe configuration for the AdvancedPlaceDetailsCompactView component.
-
The content to display in the component.
Declaration
Swift
let content: Set<AdvancedPlaceDetailsCompactContent> -
Declaration
Swift
init(content: Set<AdvancedPlaceDetailsCompactContent>, preferTruncation: Bool = false, theme: PlacesMaterialTheme) -
Whether to truncate the content if it does not fit in the component.
Declaration
Swift
var preferTruncation: Bool -
The theme to use for the component.
Declaration
Swift
let theme: PlacesMaterialTheme