[[["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 2024-11-08 UTC."],[[["`GMSPlaceResultCallback` is a callback type used for receiving results from place details lookups initiated by `GMSPlacesClient`."],["Upon completion, it provides a `GMSPlace` object containing place details if the lookup was successful, or an `NSError` object describing the error if it failed."]]],["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"]]