PlaceDetailsCompactConfiguration
struct PlaceDetailsCompactConfigurationextension PlaceDetailsCompactConfiguration : SendableThe configuration of the place details compact view.
- 
                  
                  The set of content types of the place details compact view. DeclarationSwift let content: Set<PlaceDetailsCompactContent>
- 
                  
                  DeclarationSwift init(content: Set<PlaceDetailsCompactContent>, preferTruncation: Bool = false, theme: PlacesMaterialTheme)
- 
                  
                  Whether to wrap the text in the view. DeclarationSwift var preferTruncation: Bool
- 
                  
                  The theme of the place details component. DeclarationSwift let theme: PlacesMaterialTheme