[[["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."],[[["\u003cp\u003e\u003ccode\u003eGMSPlaceResultCallback\u003c/code\u003e is a callback type used for receiving results from place details lookups initiated by \u003ccode\u003eGMSPlacesClient\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eUpon completion, it provides a \u003ccode\u003eGMSPlace\u003c/code\u003e object containing place details if the lookup was successful, or an \u003ccode\u003eNSError\u003c/code\u003e object describing the error if it failed.\u003c/p\u003e\n"]]],["This code defines `GMSPlaceResultCallback`, a callback type used for receiving results from place details lookups. It provides a `GMSPlace` object (or nil if an error occurred) and an `NSError` object. The callback is invoked after a place details lookup operation. The `GMSPlacesClient` class utilizes this callback. If a lookup fails, the result will be `nil` and `error` will include details.\n"],null,["# GooglePlaces Framework Reference\n\nGMSPlaceResultCallback\n======================\n\n typedef void (^GMSPlaceResultCallback)(../Classes/GMSPlace.html *_Nullable, NSError *_Nullable)\n\nCallback type for receiving place details lookups. If an error occurred,\n`result` will be nil and `error` will contain information about the error. \nSee\n\n[GMSPlacesClient](../Classes/GMSPlacesClient.html)"]]