[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[],[],null,["# GooglePlacesSwift Framework Reference\n\nPlaceDetailsResult\n==================\n\n final class PlaceDetailsResult\n\n extension PlaceDetailsResult : ObservableObject\n\nThe place details UI widget result.\n- `\n ``\n ``\n `\n\n ### [$error](#/s:17GooglePlacesSwift18PlaceDetailsResultC6$error7Combine9PublishedV9PublisherVys5Error_pSg_Gvp)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n final var $error: Published\u003c(any Error)?\u003e.Publisher { get set }\n\n- `\n ``\n ``\n `\n\n ### [$place](#/s:17GooglePlacesSwift18PlaceDetailsResultC6$place7Combine9PublishedV9PublisherVyAA0D0VSg_Gvp)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n final var $place: Published\u003c../Structs/Place.html?\u003e.Publisher { get set }\n\n- `\n ``\n ``\n `\n\n ### [ObjectWillChangePublisher](#/s:17GooglePlacesSwift18PlaceDetailsResultC25ObjectWillChangePublishera)\n\n `\n ` \n The type of publisher that emits before the object has changed. \n\n #### Declaration\n\n Swift \n\n @available(watchOS, introduced: 6.0)\n @available(macOS, introduced: 10.15)\n @available(iOS, introduced: 13.0)\n @available(tvOS, introduced: 13.0)\n typealias ObjectWillChangePublisher = ObservableObjectPublisher\n\n- `\n ``\n ``\n `\n\n ### [error](#/s:17GooglePlacesSwift18PlaceDetailsResultC5errors5Error_pSgvp)\n\n `\n ` \n The place details UI widget error. \n\n #### Declaration\n\n Swift \n\n @Published\n final var error: (any Error)? { get set }\n\n- `\n ``\n ``\n `\n\n ### [init()](#/s:17GooglePlacesSwift18PlaceDetailsResultCACycfc)\n\n `\n ` \n Initializer for the place details result. \n\n #### Declaration\n\n Swift \n\n init()\n\n- `\n ``\n ``\n `\n\n ### [place](#/s:17GooglePlacesSwift18PlaceDetailsResultC5placeAA0D0VSgvp)\n\n `\n ` \n The place details of the place object. \n\n #### Declaration\n\n Swift \n\n @Published\n final var place: ../Structs/Place.html? { get set }"]]