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