PlaceDetailsResult
final class PlaceDetailsResultextension PlaceDetailsResult : ObservableObjectThe place details UI widget result.
- 
                  
                  DeclarationSwift final var $error: Published<(any Error)?>.Publisher { get set }
- 
                  
                  DeclarationSwift final var $place: Published<Place?>.Publisher { get set }
- 
                  
                  The type of publisher that emits before the object has changed. DeclarationSwift typealias ObjectWillChangePublisher = ObservableObjectPublisher
- 
                  
                  The place details UI widget error. DeclarationSwift @Published final var error: (any Error)? { get set }
- 
                  
                  Initializer for the place details result. DeclarationSwift init()
- 
                  
                  The place details of the place object. DeclarationSwift @Published final var place: Place? { get set }